#724458

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

Shades of Finn #724458

Tints of Finn #724458

Color information

#724458 (or 0x724458) is unknown color: approx Finn. HEX triplet: 72, 44 and 58. RGB value is (114,68,88). Sum of RGB (Red+Green+Blue) = 114+68+88=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #724458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724458 is #8DBBA7. Grayscale: #545454. Windows color (decimal): -9288616 or 5784690. OLE color: 5784690.

HSL color Cylindrical-coordinate representation of color #724458: hue angle of 333.91º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #724458 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB1146888-
CMYK00.400.230.55
HSL333.91º25.27%35.69%-
HSV(B)333.91º40.35%44.71%-
XYZ10.778.4210.29-
YUV84.03130.24149.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.22%
GREEN value IS 68 (26.95% from 255) = 25.19%
BLUE value IS 88 (34.77% from 255) = 32.59%
R=42.22%
G=25.19%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114688800.400.230.55333.9125.2735.69
Hex724458028173714e1924
Octal16210413005027675163144
Binary11100101000100101100001010001011111011110100111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724458; }

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

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

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

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

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

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

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

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