Shades of Pompadour #62133A
Tints of Pompadour #62133A
RGB
CMYK
RGB Variations
Color information
#62133A (or 0x62133A) is known color: Pompadour. HEX triplet: 62, 13 and 3A. RGB value is (98,19,58). Sum of RGB (Red+Green+Blue) = 98+19+58=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #62133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62133A is #9DECC5. Grayscale: #2E2E2E. Windows color (decimal): -10349766 or 3806050. OLE color: 3806050.
HSL color Cylindrical-coordinate representation of color #62133A: hue angle of 330.38º 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 #62133A is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 19 | 58 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.62 |
| HSL | 330.38º | 0.68% | 0.23% | - |
| HSV(B) | 330.38º | 0.81% | 0.38% | - |
| XYZ | 6.03 | 3.37 | 4.34 | - |
| YUV | 47.07 | 134.17 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 58 | 0 | 0.81 | 0.41 | 0.62 | 330.38 | 0.68 | 0.23 |
| Hex | 62 | 13 | 3A | 0 | 51 | 29 | 3E | 14A | 44 | 17 |
| Octal | 142 | 23 | 72 | 0 | 121 | 51 | 76 | 512 | 104 | 27 |
| Binary | 1100010 | 10011 | 111010 | 0 | 1010001 | 101001 | 111110 | 101001010 | 1000100 | 10111 |
Color Harmonies of #62133A
Complementary color
Monochromatic Colors of #62133A
Black with #62133A
Text Example
Text Example
White with #62133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62133A; }
p { color: rgb(98,19,58); }
H1.HeaderClassName
{
color: #62133A;
}
.AnyTagClassName
{
color: #62133A;
}
</style>
background-color css
<style>
a { background-color: #62133A; }
a { background-color: rgb(98,19,58); }
div.DivClassName
{
background-color: #62133A;
}
.BgClassName
{
background-color: #62133A;
}
</style>
border-color css
<style>
span { border-color: #62133A; }
span { border-color: rgb(98,19,58); }
td.TdClassName
{
border-color: #62133A;
}
.TagClassName
{
border-color: #62133A;
}
</style>