Shades of Pompadour #60203C
Tints of Pompadour #60203C
RGB
CMYK
RGB Variations
Color information
#60203C (or 0x60203C) is known color: Pompadour. HEX triplet: 60, 20 and 3C. RGB value is (96,32,60). Sum of RGB (Red+Green+Blue) = 96+32+60=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #60203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60203C is #9FDFC3. Grayscale: #363636. Windows color (decimal): -10477508 or 3940448. OLE color: 3940448.
HSL color Cylindrical-coordinate representation of color #60203C: hue angle of 333.75º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #60203C is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 32 | 60 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.62 |
| HSL | 333.75º | 0.5% | 0.25% | - |
| HSV(B) | 333.75º | 0.67% | 0.38% | - |
| XYZ | 6.16 | 3.85 | 4.69 | - |
| YUV | 54.33 | 131.2 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 60 | 0 | 0.67 | 0.38 | 0.62 | 333.75 | 0.5 | 0.25 |
| Hex | 60 | 20 | 3C | 0 | 43 | 26 | 3E | 14E | 32 | 19 |
| Octal | 140 | 40 | 74 | 0 | 103 | 46 | 76 | 516 | 62 | 31 |
| Binary | 1100000 | 100000 | 111100 | 0 | 1000011 | 100110 | 111110 | 101001110 | 110010 | 11001 |
Color Harmonies of #60203C
Complementary color
Monochromatic Colors of #60203C
Black with #60203C
Text Example
Text Example
White with #60203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60203C; }
p { color: rgb(96,32,60); }
H1.HeaderClassName
{
color: #60203C;
}
.AnyTagClassName
{
color: #60203C;
}
</style>
background-color css
<style>
a { background-color: #60203C; }
a { background-color: rgb(96,32,60); }
div.DivClassName
{
background-color: #60203C;
}
.BgClassName
{
background-color: #60203C;
}
</style>
border-color css
<style>
span { border-color: #60203C; }
span { border-color: rgb(96,32,60); }
td.TdClassName
{
border-color: #60203C;
}
.TagClassName
{
border-color: #60203C;
}
</style>