#724058

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

Shades of Finn #724058

Tints of Finn #724058

Color information

#724058 (or 0x724058) is unknown color: approx Finn. HEX triplet: 72, 40 and 58. RGB value is (114,64,88). Sum of RGB (Red+Green+Blue) = 114+64+88=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #724058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724058 is #8DBFA7. Grayscale: #515151. Windows color (decimal): -9289640 or 5783666. OLE color: 5783666.

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

Color convert

RGB1146488-
CMYK00.440.230.55
HSL331.2º28.09%34.9%-
HSV(B)331.2º43.86%44.71%-
XYZ10.537.9510.21-
YUV81.69131.56151.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.86%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 88 (34.77% from 255) = 33.08%
R=42.86%
G=24.06%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114648800.440.230.55331.228.0934.9
Hex72405802C173714b1c23
Octal16210013005427675133443
Binary11100101000000101100001011001011111011110100101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724058; }

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

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

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

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

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

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

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

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