#724252

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

Shades of Finn #724252

Tints of Finn #724252

Color information

#724252 (or 0x724252) is unknown color: approx Finn. HEX triplet: 72, 42 and 52. RGB value is (114,66,82). Sum of RGB (Red+Green+Blue) = 114+66+82=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #724252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724252 is #8DBDAD. Grayscale: #525252. Windows color (decimal): -9289134 or 5390962. OLE color: 5390962.

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

Color convert

RGB1146682-
CMYK00.420.280.55
HSL340º26.67%35.29%-
HSV(B)340º42.11%44.71%-
XYZ10.418.088.99-
YUV82.18127.9150.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 82 (32.42% from 255) = 31.30%
R=43.51%
G=25.19%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114668200.420.280.5534026.6735.29
Hex72425202A1C371541b23
Octal16210212205234675243343
Binary11100101000010101001001010101110011011110101010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724252; }

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

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

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

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

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

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

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

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