Shades of Pompadour #601F3B
Tints of Pompadour #601F3B
RGB
CMYK
RGB Variations
Color information
#601F3B (or 0x601F3B) is known color: Pompadour. HEX triplet: 60, 1F and 3B. RGB value is (96,31,59). Sum of RGB (Red+Green+Blue) = 96+31+59=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #601F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F3B is #9FE0C4. Grayscale: #353535. Windows color (decimal): -10477765 or 3874656. OLE color: 3874656.
HSL color Cylindrical-coordinate representation of color #601F3B: hue angle of 334.15º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #601F3B is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 31 | 59 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.62 |
| HSL | 334.15º | 0.51% | 0.25% | - |
| HSV(B) | 334.15º | 0.68% | 0.38% | - |
| XYZ | 6.1 | 3.78 | 4.55 | - |
| YUV | 53.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 31 | 59 | 0 | 0.68 | 0.39 | 0.62 | 334.15 | 0.51 | 0.25 |
| Hex | 60 | 1F | 3B | 0 | 44 | 27 | 3E | 14E | 33 | 19 |
| Octal | 140 | 37 | 73 | 0 | 104 | 47 | 76 | 516 | 63 | 31 |
| Binary | 1100000 | 11111 | 111011 | 0 | 1000100 | 100111 | 111110 | 101001110 | 110011 | 11001 |
Color Harmonies of #601F3B
Complementary color
Monochromatic Colors of #601F3B
Black with #601F3B
Text Example
Text Example
White with #601F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601F3B; }
p { color: rgb(96,31,59); }
H1.HeaderClassName
{
color: #601F3B;
}
.AnyTagClassName
{
color: #601F3B;
}
</style>
background-color css
<style>
a { background-color: #601F3B; }
a { background-color: rgb(96,31,59); }
div.DivClassName
{
background-color: #601F3B;
}
.BgClassName
{
background-color: #601F3B;
}
</style>
border-color css
<style>
span { border-color: #601F3B; }
span { border-color: rgb(96,31,59); }
td.TdClassName
{
border-color: #601F3B;
}
.TagClassName
{
border-color: #601F3B;
}
</style>