#72425B

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

Shades of Finn #72425B

Tints of Finn #72425B

Color information

#72425B (or 0x72425B) is unknown color: approx Finn. HEX triplet: 72, 42 and 5B. RGB value is (114,66,91). Sum of RGB (Red+Green+Blue) = 114+66+91=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #72425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72425B is #8DBDA4. Grayscale: #535353. Windows color (decimal): -9289125 or 5980786. OLE color: 5980786.

HSL color Cylindrical-coordinate representation of color #72425B: hue angle of 328.75º 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 #72425B is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1146691-
CMYK00.420.200.55
HSL328.75º26.67%35.29%-
HSV(B)328.75º42.11%44.71%-
XYZ10.788.2310.92-
YUV83.2132.4149.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.07%
GREEN value IS 66 (26.17% from 255) = 24.35%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=42.07%
G=24.35%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114669100.420.200.55328.7526.6735.29
Hex72425B02A14371491b23
Octal16210213305224675113343
Binary11100101000010101101101010101010011011110100100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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