#601936

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

Shades of Pompadour #601936

Tints of Pompadour #601936

Color information

#601936 (or 0x601936) is unknown color: approx Pompadour. HEX triplet: 60, 19 and 36. RGB value is (96,25,54). Sum of RGB (Red+Green+Blue) = 96+25+54=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #601936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601936 is #9FE6C9. Grayscale: #313131. Windows color (decimal): -10479306 or 3545440. OLE color: 3545440.

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

Color convert

RGB962554-
CMYK00.740.440.62
HSL335.49º58.68%23.73%-
HSV(B)335.49º73.96%37.65%-
XYZ5.843.453.85-
YUV49.54130.52161.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.86%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 54 (21.48% from 255) = 30.86%
R=54.86%
G=14.29%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96255400.740.440.62335.4958.6823.73
Hex60193604A2C3E14f3b18
Octal1403166011254765177330
Binary1100000110011101100100101010110011111010100111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601936; }

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

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

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

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

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

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

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

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