Shades of Pompadour #62213F
Tints of Pompadour #62213F
RGB
CMYK
RGB Variations
Color information
#62213F (or 0x62213F) is known color: Pompadour. HEX triplet: 62, 21 and 3F. RGB value is (98,33,63). Sum of RGB (Red+Green+Blue) = 98+33+63=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #62213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62213F is #9DDEC0. Grayscale: #373737. Windows color (decimal): -10346177 or 4137314. OLE color: 4137314.
HSL color Cylindrical-coordinate representation of color #62213F: hue angle of 332.31º 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 #62213F is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 33 | 63 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.62 |
| HSL | 332.31º | 0.5% | 0.26% | - |
| HSV(B) | 332.31º | 0.66% | 0.38% | - |
| XYZ | 6.48 | 4.04 | 5.14 | - |
| YUV | 55.86 | 132.03 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 33 | 63 | 0 | 0.66 | 0.36 | 0.62 | 332.31 | 0.5 | 0.26 |
| Hex | 62 | 21 | 3F | 0 | 42 | 24 | 3E | 14C | 32 | 1A |
| Octal | 142 | 41 | 77 | 0 | 102 | 44 | 76 | 514 | 62 | 32 |
| Binary | 1100010 | 100001 | 111111 | 0 | 1000010 | 100100 | 111110 | 101001100 | 110010 | 11010 |
Color Harmonies of #62213F
Complementary color
Monochromatic Colors of #62213F
Black with #62213F
Text Example
Text Example
White with #62213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62213F; }
p { color: rgb(98,33,63); }
H1.HeaderClassName
{
color: #62213F;
}
.AnyTagClassName
{
color: #62213F;
}
</style>
background-color css
<style>
a { background-color: #62213F; }
a { background-color: rgb(98,33,63); }
div.DivClassName
{
background-color: #62213F;
}
.BgClassName
{
background-color: #62213F;
}
</style>
border-color css
<style>
span { border-color: #62213F; }
span { border-color: rgb(98,33,63); }
td.TdClassName
{
border-color: #62213F;
}
.TagClassName
{
border-color: #62213F;
}
</style>