#724358

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

Shades of Finn #724358

Tints of Finn #724358

Color information

#724358 (or 0x724358) is unknown color: approx Finn. HEX triplet: 72, 43 and 58. RGB value is (114,67,88). Sum of RGB (Red+Green+Blue) = 114+67+88=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #724358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724358 is #8DBCA7. Grayscale: #535353. Windows color (decimal): -9288872 or 5784434. OLE color: 5784434.

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

Color convert

RGB1146788-
CMYK00.410.230.55
HSL333.19º25.97%35.49%-
HSV(B)333.19º41.23%44.71%-
XYZ10.718.310.27-
YUV83.45130.57149.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.38%
GREEN value IS 67 (26.56% from 255) = 24.91%
BLUE value IS 88 (34.77% from 255) = 32.71%
R=42.38%
G=24.91%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114678800.410.230.55333.1925.9735.49
Hex724358029173714d1a23
Octal16210313005127675153243
Binary11100101000011101100001010011011111011110100110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724358; }

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

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

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

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

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

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

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

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