#724156

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

Shades of Finn #724156

Tints of Finn #724156

Color information

#724156 (or 0x724156) is unknown color: approx Finn. HEX triplet: 72, 41 and 56. RGB value is (114,65,86). Sum of RGB (Red+Green+Blue) = 114+65+86=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #724156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724156 is #8DBEA9. Grayscale: #525252. Windows color (decimal): -9289386 or 5652850. OLE color: 5652850.

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

Color convert

RGB1146586-
CMYK00.430.250.55
HSL334.29º27.37%35.1%-
HSV(B)334.29º42.98%44.71%-
XYZ10.518.039.8-
YUV82.04130.23150.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.02%
GREEN value IS 65 (25.78% from 255) = 24.53%
BLUE value IS 86 (33.98% from 255) = 32.45%
R=43.02%
G=24.53%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114658600.430.250.55334.2927.3735.1
Hex72415602B193714e1b23
Octal16210112605331675163343
Binary11100101000001101011001010111100111011110100111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724156; }

 p { color: rgb(114,65,86); }

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

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

 a { background-color: rgb(114,65,86); }

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

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

 span { border-color: rgb(114,65,86); }

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