#601939

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

Shades of Pompadour #601939

Tints of Pompadour #601939

Color information

#601939 (or 0x601939) is unknown color: approx Pompadour. HEX triplet: 60, 19 and 39. RGB value is (96,25,57). Sum of RGB (Red+Green+Blue) = 96+25+57=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 57 (22.66% from 255 or 32.02% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #601939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601939 is #9FE6C6. Grayscale: #313131. Windows color (decimal): -10479303 or 3742048. OLE color: 3742048.

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

Color convert

RGB962557-
CMYK00.740.410.62
HSL332.96º58.68%23.73%-
HSV(B)332.96º73.96%37.65%-
XYZ5.913.484.23-
YUV49.88132.02160.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.93%
GREEN value IS 25 (10.16% from 255) = 14.04%
BLUE value IS 57 (22.66% from 255) = 32.02%
R=53.93%
G=14.04%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96255700.740.410.62332.9658.6823.73
Hex60193904A293E14d3b18
Octal1403171011251765157330
Binary1100000110011110010100101010100111111010100110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601939; }

 p { color: rgb(96,25,57); }

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

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

 a { background-color: rgb(96,25,57); }

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

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

 span { border-color: rgb(96,25,57); }

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