Shades of Pompadour #62203B
Tints of Pompadour #62203B
RGB
CMYK
RGB Variations
Color information
#62203B (or 0x62203B) is known color: Pompadour. HEX triplet: 62, 20 and 3B. RGB value is (98,32,59). Sum of RGB (Red+Green+Blue) = 98+32+59=189 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.85% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 98 - color contains mainly: red. Hex color #62203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62203B is #9DDFC4. Grayscale: #363636. Windows color (decimal): -10346437 or 3874914. OLE color: 3874914.
HSL color Cylindrical-coordinate representation of color #62203B: hue angle of 335.45º degrees, saturation: 0.51, 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 #62203B is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 32 | 59 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.62 |
| HSL | 335.45º | 0.51% | 0.25% | - |
| HSV(B) | 335.45º | 0.67% | 0.38% | - |
| XYZ | 6.34 | 3.95 | 4.56 | - |
| YUV | 54.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 32 | 59 | 0 | 0.67 | 0.40 | 0.62 | 335.45 | 0.51 | 0.25 |
| Hex | 62 | 20 | 3B | 0 | 43 | 28 | 3E | 14F | 33 | 19 |
| Octal | 142 | 40 | 73 | 0 | 103 | 50 | 76 | 517 | 63 | 31 |
| Binary | 1100010 | 100000 | 111011 | 0 | 1000011 | 101000 | 111110 | 101001111 | 110011 | 11001 |
Color Harmonies of #62203B
Complementary color
Monochromatic Colors of #62203B
Black with #62203B
Text Example
Text Example
White with #62203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62203B; }
p { color: rgb(98,32,59); }
H1.HeaderClassName
{
color: #62203B;
}
.AnyTagClassName
{
color: #62203B;
}
</style>
background-color css
<style>
a { background-color: #62203B; }
a { background-color: rgb(98,32,59); }
div.DivClassName
{
background-color: #62203B;
}
.BgClassName
{
background-color: #62203B;
}
</style>
border-color css
<style>
span { border-color: #62203B; }
span { border-color: rgb(98,32,59); }
td.TdClassName
{
border-color: #62203B;
}
.TagClassName
{
border-color: #62203B;
}
</style>