#71425C

Color #71425C Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #71425C

Tints of Finn #71425C

Color information

#71425C (or 0x71425C) is unknown color: approx Finn. HEX triplet: 71, 42 and 5C. RGB value is (113,66,92). Sum of RGB (Red+Green+Blue) = 113+66+92=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #71425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71425C is #8EBDA3. Grayscale: #525252. Windows color (decimal): -9354660 or 6046321. OLE color: 6046321.

HSL color Cylindrical-coordinate representation of color #71425C: hue angle of 326.81º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71425C is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1136692-
CMYK00.420.190.56
HSL326.81º26.26%35.1%-
HSV(B)326.81º41.59%44.31%-
XYZ10.698.1811.14-
YUV83.02133.07149.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 41.70%
GREEN value IS 66 (26.17% from 255) = 24.35%
BLUE value IS 92 (36.33% from 255) = 33.95%
R=41.70%
G=24.35%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113669200.420.190.56326.8126.2635.1
Hex71425C02A13381471a23
Octal16110213405223705073243
Binary11100011000010101110001010101001111100010100011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71425C; }

 p { color: rgb(113,66,92); }

 H1.HeaderClassName
 {
   color: #71425C;
 }
 .AnyTagClassName
 {
   color: #71425C;
 }
</style>
background-color css

<style>
 a { background-color: #71425C; }

 a { background-color: rgb(113,66,92); }

 div.DivClassName
 {
   background-color: #71425C;
 }
 .BgClassName
 {
   background-color: #71425C;
 }
</style>
border-color css

<style>
 span { border-color: #71425C; }

 span { border-color: rgb(113,66,92); }

 td.TdClassName
 {
   border-color: #71425C;
 }
 .TagClassName
 {
   border-color: #71425C;
 }
</style>