Shades of Pompadour #62213D
Tints of Pompadour #62213D
RGB
CMYK
RGB Variations
Color information
#62213D (or 0x62213D) is known color: Pompadour. HEX triplet: 62, 21 and 3D. RGB value is (98,33,61). Sum of RGB (Red+Green+Blue) = 98+33+61=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #62213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62213D is #9DDEC2. Grayscale: #373737. Windows color (decimal): -10346179 or 4006242. OLE color: 4006242.
HSL color Cylindrical-coordinate representation of color #62213D: hue angle of 334.15º 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 #62213D is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 33 | 61 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.62 |
| HSL | 334.15º | 0.5% | 0.26% | - |
| HSV(B) | 334.15º | 0.66% | 0.38% | - |
| XYZ | 6.42 | 4.02 | 4.85 | - |
| YUV | 55.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 33 | 61 | 0 | 0.66 | 0.38 | 0.62 | 334.15 | 0.5 | 0.26 |
| Hex | 62 | 21 | 3D | 0 | 42 | 26 | 3E | 14E | 32 | 1A |
| Octal | 142 | 41 | 75 | 0 | 102 | 46 | 76 | 516 | 62 | 32 |
| Binary | 1100010 | 100001 | 111101 | 0 | 1000010 | 100110 | 111110 | 101001110 | 110010 | 11010 |
Color Harmonies of #62213D
Complementary color
Monochromatic Colors of #62213D
Black with #62213D
Text Example
Text Example
White with #62213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62213D; }
p { color: rgb(98,33,61); }
H1.HeaderClassName
{
color: #62213D;
}
.AnyTagClassName
{
color: #62213D;
}
</style>
background-color css
<style>
a { background-color: #62213D; }
a { background-color: rgb(98,33,61); }
div.DivClassName
{
background-color: #62213D;
}
.BgClassName
{
background-color: #62213D;
}
</style>
border-color css
<style>
span { border-color: #62213D; }
span { border-color: rgb(98,33,61); }
td.TdClassName
{
border-color: #62213D;
}
.TagClassName
{
border-color: #62213D;
}
</style>