#724451

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

Shades of Finn #724451

Tints of Finn #724451

Color information

#724451 (or 0x724451) is unknown color: approx Finn. HEX triplet: 72, 44 and 51. RGB value is (114,68,81). Sum of RGB (Red+Green+Blue) = 114+68+81=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #724451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724451 is #8DBBAE. Grayscale: #535353. Windows color (decimal): -9288623 or 5325938. OLE color: 5325938.

HSL color Cylindrical-coordinate representation of color #724451: hue angle of 343.04º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #724451 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB1146881-
CMYK00.400.290.55
HSL343.04º25.27%35.69%-
HSV(B)343.04º40.35%44.71%-
XYZ10.498.318.83-
YUV83.24126.74149.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.35%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 81 (32.03% from 255) = 30.80%
R=43.35%
G=25.86%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114688100.400.290.55343.0425.2735.69
Hex7244510281D371571924
Octal16210412105035675273144
Binary11100101000100101000101010001110111011110101011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724451; }

 p { color: rgb(114,68,81); }

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

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

 a { background-color: rgb(114,68,81); }

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

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

 span { border-color: rgb(114,68,81); }

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