#72424F

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

Shades of Finn #72424F

Tints of Finn #72424F

Color information

#72424F (or 0x72424F) is unknown color: approx Finn. HEX triplet: 72, 42 and 4F. RGB value is (114,66,79). Sum of RGB (Red+Green+Blue) = 114+66+79=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72424F is #8DBDB0. Grayscale: #515151. Windows color (decimal): -9289137 or 5194354. OLE color: 5194354.

HSL color Cylindrical-coordinate representation of color #72424F: hue angle of 343.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 #72424F is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1146679-
CMYK00.420.310.55
HSL343.75º26.67%35.29%-
HSV(B)343.75º42.11%44.71%-
XYZ10.38.048.41-
YUV81.83126.4150.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 79 (31.25% from 255) = 30.50%
R=44.02%
G=25.48%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114667900.420.310.55343.7526.6735.29
Hex72424F02A1F371581b23
Octal16210211705237675303343
Binary11100101000010100111101010101111111011110101100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72424F; }

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

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

<style>
 a { background-color: #72424F; }

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

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

<style>
 span { border-color: #72424F; }

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

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