#724050

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

Shades of Finn #724050

Tints of Finn #724050

Color information

#724050 (or 0x724050) is unknown color: approx Finn. HEX triplet: 72, 40 and 50. RGB value is (114,64,80). Sum of RGB (Red+Green+Blue) = 114+64+80=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #724050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724050 is #8DBFAF. Grayscale: #505050. Windows color (decimal): -9289648 or 5259378. OLE color: 5259378.

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

Color convert

RGB1146480-
CMYK00.440.300.55
HSL340.8º28.09%34.9%-
HSV(B)340.8º43.86%44.71%-
XYZ10.227.828.56-
YUV80.77127.56151.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.19%
GREEN value IS 64 (25.39% from 255) = 24.81%
BLUE value IS 80 (31.64% from 255) = 31.01%
R=44.19%
G=24.81%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114648000.440.300.55340.828.0934.9
Hex72405002C1E371551c23
Octal16210012005436675253443
Binary11100101000000101000001011001111011011110101010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724050; }

 p { color: rgb(114,64,80); }

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

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

 a { background-color: rgb(114,64,80); }

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

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

 span { border-color: rgb(114,64,80); }

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