#724551

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

Shades of Finn #724551

Tints of Finn #724551

Color information

#724551 (or 0x724551) is unknown color: approx Finn. HEX triplet: 72, 45 and 51. RGB value is (114,69,81). Sum of RGB (Red+Green+Blue) = 114+69+81=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #724551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724551 is #8DBAAE. Grayscale: #535353. Windows color (decimal): -9288367 or 5326194. OLE color: 5326194.

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

Color convert

RGB1146981-
CMYK00.390.290.55
HSL344º24.59%35.88%-
HSV(B)344º39.47%44.71%-
XYZ10.558.438.86-
YUV83.82126.41149.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 69 (27.34% from 255) = 26.14%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=43.18%
G=26.14%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114698100.390.290.5534424.5935.88
Hex7245510271D371581924
Octal16210512104735675303144
Binary11100101000101101000101001111110111011110101100011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724551; }

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

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

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

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

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

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

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

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