Shades of Pompadour #601A3E
Tints of Pompadour #601A3E
RGB
CMYK
RGB Variations
Color information
#601A3E (or 0x601A3E) is known color: Pompadour. HEX triplet: 60, 1A and 3E. RGB value is (96,26,62). Sum of RGB (Red+Green+Blue) = 96+26+62=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #601A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A3E is #9FE5C1. Grayscale: #323232. Windows color (decimal): -10479042 or 4069984. OLE color: 4069984.
HSL color Cylindrical-coordinate representation of color #601A3E: hue angle of 329.14º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601A3E is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 26 | 62 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.62 |
| HSL | 329.14º | 0.57% | 0.24% | - |
| HSV(B) | 329.14º | 0.73% | 0.38% | - |
| XYZ | 6.06 | 3.57 | 4.93 | - |
| YUV | 51.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 26 | 62 | 0 | 0.73 | 0.35 | 0.62 | 329.14 | 0.57 | 0.24 |
| Hex | 60 | 1A | 3E | 0 | 49 | 23 | 3E | 149 | 39 | 18 |
| Octal | 140 | 32 | 76 | 0 | 111 | 43 | 76 | 511 | 71 | 30 |
| Binary | 1100000 | 11010 | 111110 | 0 | 1001001 | 100011 | 111110 | 101001001 | 111001 | 11000 |
Color Harmonies of #601A3E
Complementary color
Monochromatic Colors of #601A3E
Black with #601A3E
Text Example
Text Example
White with #601A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601A3E; }
p { color: rgb(96,26,62); }
H1.HeaderClassName
{
color: #601A3E;
}
.AnyTagClassName
{
color: #601A3E;
}
</style>
background-color css
<style>
a { background-color: #601A3E; }
a { background-color: rgb(96,26,62); }
div.DivClassName
{
background-color: #601A3E;
}
.BgClassName
{
background-color: #601A3E;
}
</style>
border-color css
<style>
span { border-color: #601A3E; }
span { border-color: rgb(96,26,62); }
td.TdClassName
{
border-color: #601A3E;
}
.TagClassName
{
border-color: #601A3E;
}
</style>