Shades of Pompadour #62203D
Tints of Pompadour #62203D
RGB
CMYK
RGB Variations
Color information
#62203D (or 0x62203D) is known color: Pompadour. HEX triplet: 62, 20 and 3D. RGB value is (98,32,61). Sum of RGB (Red+Green+Blue) = 98+32+61=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #62203D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62203D is #9DDFC2. Grayscale: #363636. Windows color (decimal): -10346435 or 4005986. OLE color: 4005986.
HSL color Cylindrical-coordinate representation of color #62203D: hue angle of 333.64º 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 #62203D is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 32 | 61 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.62 |
| HSL | 333.64º | 0.51% | 0.25% | - |
| HSV(B) | 333.64º | 0.67% | 0.38% | - |
| XYZ | 6.4 | 3.97 | 4.84 | - |
| YUV | 55.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 32 | 61 | 0 | 0.67 | 0.38 | 0.62 | 333.64 | 0.51 | 0.25 |
| Hex | 62 | 20 | 3D | 0 | 43 | 26 | 3E | 14E | 33 | 19 |
| Octal | 142 | 40 | 75 | 0 | 103 | 46 | 76 | 516 | 63 | 31 |
| Binary | 1100010 | 100000 | 111101 | 0 | 1000011 | 100110 | 111110 | 101001110 | 110011 | 11001 |
Color Harmonies of #62203D
Complementary color
Monochromatic Colors of #62203D
Black with #62203D
Text Example
Text Example
White with #62203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62203D; }
p { color: rgb(98,32,61); }
H1.HeaderClassName
{
color: #62203D;
}
.AnyTagClassName
{
color: #62203D;
}
</style>
background-color css
<style>
a { background-color: #62203D; }
a { background-color: rgb(98,32,61); }
div.DivClassName
{
background-color: #62203D;
}
.BgClassName
{
background-color: #62203D;
}
</style>
border-color css
<style>
span { border-color: #62203D; }
span { border-color: rgb(98,32,61); }
td.TdClassName
{
border-color: #62203D;
}
.TagClassName
{
border-color: #62203D;
}
</style>