#724054

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

Shades of Finn #724054

Tints of Finn #724054

Color information

#724054 (or 0x724054) is unknown color: approx Finn. HEX triplet: 72, 40 and 54. RGB value is (114,64,84). Sum of RGB (Red+Green+Blue) = 114+64+84=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #724054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724054 is #8DBFAB. Grayscale: #515151. Windows color (decimal): -9289644 or 5521522. OLE color: 5521522.

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

Color convert

RGB1146484-
CMYK00.440.260.55
HSL336º28.09%34.9%-
HSV(B)336º43.86%44.71%-
XYZ10.377.889.36-
YUV81.23129.56151.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 64 (25.39% from 255) = 24.43%
BLUE value IS 84 (33.20% from 255) = 32.06%
R=43.51%
G=24.43%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114648400.440.260.5533628.0934.9
Hex72405402C1A371501c23
Octal16210012405432675203443
Binary11100101000000101010001011001101011011110101000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724054; }

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

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

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

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

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

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

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

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