#601845

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

Shades of Pompadour #601845

Tints of Pompadour #601845

Color information

#601845 (or 0x601845) is unknown color: approx Pompadour. HEX triplet: 60, 18 and 45. RGB value is (96,24,69). Sum of RGB (Red+Green+Blue) = 96+24+69=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #601845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601845 is #9FE7BA. Grayscale: #323232. Windows color (decimal): -10479547 or 4528224. OLE color: 4528224.

HSL color Cylindrical-coordinate representation of color #601845: hue angle of 322.5º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #601845 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB962469-
CMYK00.750.280.62
HSL322.5º60%23.53%-
HSV(B)322.5º75%37.65%-
XYZ6.223.575.99-
YUV50.66138.35160.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.79%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 69 (27.34% from 255) = 36.51%
R=50.79%
G=12.70%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96246900.750.280.62322.56023.53
Hex60184504B1C3E1423c18
Octal14030105011334765027430
Binary1100000110001000101010010111110011111010100001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601845; }

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

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

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

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

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

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

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

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