#601345

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

Shades of Pompadour #601345

Tints of Pompadour #601345

Color information

#601345 (or 0x601345) is unknown color: approx Pompadour. HEX triplet: 60, 13 and 45. RGB value is (96,19,69). Sum of RGB (Red+Green+Blue) = 96+19+69=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #601345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601345 is #9FECBA. Grayscale: #2F2F2F. Windows color (decimal): -10480827 or 4526944. OLE color: 4526944.

HSL color Cylindrical-coordinate representation of color #601345: hue angle of 321.04º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601345 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB961969-
CMYK00.800.280.62
HSL321.04º66.96%22.55%-
HSV(B)321.04º80.21%37.65%-
XYZ6.133.385.96-
YUV47.72140.01162.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.17%
GREEN value IS 19 (7.81% from 255) = 10.33%
BLUE value IS 69 (27.34% from 255) = 37.5%
R=52.17%
G=10.33%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96196900.800.280.62321.0466.9622.55
Hex6013450501C3E1414317
Octal140231050120347650110327
Binary11000001001110001010101000011100111110101000001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601345; }

 p { color: rgb(96,19,69); }

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

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

 a { background-color: rgb(96,19,69); }

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

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

 span { border-color: rgb(96,19,69); }

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