Shades of Pompadour #62133C
Tints of Pompadour #62133C
RGB
CMYK
RGB Variations
Color information
#62133C (or 0x62133C) is known color: Pompadour. HEX triplet: 62, 13 and 3C. RGB value is (98,19,60). Sum of RGB (Red+Green+Blue) = 98+19+60=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #62133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62133C is #9DECC3. Grayscale: #2F2F2F. Windows color (decimal): -10349764 or 3937122. OLE color: 3937122.
HSL color Cylindrical-coordinate representation of color #62133C: hue angle of 328.86º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #62133C is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 19 | 60 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.62 |
| HSL | 328.86º | 0.68% | 0.23% | - |
| HSV(B) | 328.86º | 0.81% | 0.38% | - |
| XYZ | 6.09 | 3.39 | 4.61 | - |
| YUV | 47.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 60 | 0 | 0.81 | 0.39 | 0.62 | 328.86 | 0.68 | 0.23 |
| Hex | 62 | 13 | 3C | 0 | 51 | 27 | 3E | 149 | 44 | 17 |
| Octal | 142 | 23 | 74 | 0 | 121 | 47 | 76 | 511 | 104 | 27 |
| Binary | 1100010 | 10011 | 111100 | 0 | 1010001 | 100111 | 111110 | 101001001 | 1000100 | 10111 |
Color Harmonies of #62133C
Complementary color
Monochromatic Colors of #62133C
Black with #62133C
Text Example
Text Example
White with #62133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62133C; }
p { color: rgb(98,19,60); }
H1.HeaderClassName
{
color: #62133C;
}
.AnyTagClassName
{
color: #62133C;
}
</style>
background-color css
<style>
a { background-color: #62133C; }
a { background-color: rgb(98,19,60); }
div.DivClassName
{
background-color: #62133C;
}
.BgClassName
{
background-color: #62133C;
}
</style>
border-color css
<style>
span { border-color: #62133C; }
span { border-color: rgb(98,19,60); }
td.TdClassName
{
border-color: #62133C;
}
.TagClassName
{
border-color: #62133C;
}
</style>