Shades of Pompadour #60133B
Tints of Pompadour #60133B
RGB
CMYK
RGB Variations
Color information
#60133B (or 0x60133B) is known color: Pompadour. HEX triplet: 60, 13 and 3B. RGB value is (96,19,59). Sum of RGB (Red+Green+Blue) = 96+19+59=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #60133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60133B is #9FECC4. Grayscale: #2E2E2E. Windows color (decimal): -10480837 or 3871584. OLE color: 3871584.
HSL color Cylindrical-coordinate representation of color #60133B: hue angle of 328.83º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60133B is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 19 | 59 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.62 |
| HSL | 328.83º | 0.67% | 0.23% | - |
| HSV(B) | 328.83º | 0.8% | 0.38% | - |
| XYZ | 5.85 | 3.27 | 4.46 | - |
| YUV | 46.58 | 135.01 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 19 | 59 | 0 | 0.80 | 0.39 | 0.62 | 328.83 | 0.67 | 0.23 |
| Hex | 60 | 13 | 3B | 0 | 50 | 27 | 3E | 149 | 43 | 17 |
| Octal | 140 | 23 | 73 | 0 | 120 | 47 | 76 | 511 | 103 | 27 |
| Binary | 1100000 | 10011 | 111011 | 0 | 1010000 | 100111 | 111110 | 101001001 | 1000011 | 10111 |
Color Harmonies of #60133B
Complementary color
Monochromatic Colors of #60133B
Black with #60133B
Text Example
Text Example
White with #60133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60133B; }
p { color: rgb(96,19,59); }
H1.HeaderClassName
{
color: #60133B;
}
.AnyTagClassName
{
color: #60133B;
}
</style>
background-color css
<style>
a { background-color: #60133B; }
a { background-color: rgb(96,19,59); }
div.DivClassName
{
background-color: #60133B;
}
.BgClassName
{
background-color: #60133B;
}
</style>
border-color css
<style>
span { border-color: #60133B; }
span { border-color: rgb(96,19,59); }
td.TdClassName
{
border-color: #60133B;
}
.TagClassName
{
border-color: #60133B;
}
</style>