Shades of Pompadour #62213B
Tints of Pompadour #62213B
RGB
CMYK
RGB Variations
Color information
#62213B (or 0x62213B) is known color: Pompadour. HEX triplet: 62, 21 and 3B. RGB value is (98,33,59). Sum of RGB (Red+Green+Blue) = 98+33+59=190 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.58% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 98 - color contains mainly: red. Hex color #62213B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62213B is #9DDEC4. Grayscale: #373737. Windows color (decimal): -10346181 or 3875170. OLE color: 3875170.
HSL color Cylindrical-coordinate representation of color #62213B: hue angle of 336º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62213B is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 33 | 59 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.62 |
| HSL | 336º | 0.5% | 0.26% | - |
| HSV(B) | 336º | 0.66% | 0.38% | - |
| XYZ | 6.37 | 4 | 4.57 | - |
| YUV | 55.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 33 | 59 | 0 | 0.66 | 0.40 | 0.62 | 336 | 0.5 | 0.26 |
| Hex | 62 | 21 | 3B | 0 | 42 | 28 | 3E | 150 | 32 | 1A |
| Octal | 142 | 41 | 73 | 0 | 102 | 50 | 76 | 520 | 62 | 32 |
| Binary | 1100010 | 100001 | 111011 | 0 | 1000010 | 101000 | 111110 | 101010000 | 110010 | 11010 |
Color Harmonies of #62213B
Complementary color
Monochromatic Colors of #62213B
Black with #62213B
Text Example
Text Example
White with #62213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62213B; }
p { color: rgb(98,33,59); }
H1.HeaderClassName
{
color: #62213B;
}
.AnyTagClassName
{
color: #62213B;
}
</style>
background-color css
<style>
a { background-color: #62213B; }
a { background-color: rgb(98,33,59); }
div.DivClassName
{
background-color: #62213B;
}
.BgClassName
{
background-color: #62213B;
}
</style>
border-color css
<style>
span { border-color: #62213B; }
span { border-color: rgb(98,33,59); }
td.TdClassName
{
border-color: #62213B;
}
.TagClassName
{
border-color: #62213B;
}
</style>