#72425C

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

Shades of Finn #72425C

Tints of Finn #72425C

Color information

#72425C (or 0x72425C) is unknown color: approx Finn. HEX triplet: 72, 42 and 5C. RGB value is (114,66,92). Sum of RGB (Red+Green+Blue) = 114+66+92=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #72425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72425C is #8DBDA3. Grayscale: #535353. Windows color (decimal): -9289124 or 6046322. OLE color: 6046322.

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

Color convert

RGB1146692-
CMYK00.420.190.55
HSL327.5º26.67%35.29%-
HSV(B)327.5º42.11%44.71%-
XYZ10.828.2511.15-
YUV83.32132.9149.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 92 (36.33% from 255) = 33.82%
R=41.91%
G=24.26%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114669200.420.190.55327.526.6735.29
Hex72425C02A13371481b23
Octal16210213405223675103343
Binary11100101000010101110001010101001111011110100100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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