#601842

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

Shades of Pompadour #601842

Tints of Pompadour #601842

Color information

#601842 (or 0x601842) is unknown color: approx Pompadour. HEX triplet: 60, 18 and 42. RGB value is (96,24,66). Sum of RGB (Red+Green+Blue) = 96+24+66=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #601842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601842 is #9FE7BD. Grayscale: #323232. Windows color (decimal): -10479550 or 4331616. OLE color: 4331616.

HSL color Cylindrical-coordinate representation of color #601842: hue angle of 325º 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 #601842 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB962466-
CMYK00.750.310.62
HSL325º60%23.53%-
HSV(B)325º75%37.65%-
XYZ6.133.535.51-
YUV50.32136.85160.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 24 (9.77% from 255) = 12.90%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=51.61%
G=12.90%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96246600.750.310.623256023.53
Hex60184204B1F3E1453c18
Octal14030102011337765057430
Binary1100000110001000010010010111111111111010100010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601842; }

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

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

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

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

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

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

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

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