Shades of Pompadour #62193D
Tints of Pompadour #62193D
RGB
CMYK
RGB Variations
Color information
#62193D (or 0x62193D) is known color: Pompadour. HEX triplet: 62, 19 and 3D. RGB value is (98,25,61). Sum of RGB (Red+Green+Blue) = 98+25+61=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #62193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62193D is #9DE6C2. Grayscale: #323232. Windows color (decimal): -10348227 or 4004194. OLE color: 4004194.
HSL color Cylindrical-coordinate representation of color #62193D: hue angle of 330.41º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #62193D is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 25 | 61 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.62 |
| HSL | 330.41º | 0.59% | 0.24% | - |
| HSV(B) | 330.41º | 0.74% | 0.38% | - |
| XYZ | 6.23 | 3.63 | 4.79 | - |
| YUV | 50.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 25 | 61 | 0 | 0.74 | 0.38 | 0.62 | 330.41 | 0.59 | 0.24 |
| Hex | 62 | 19 | 3D | 0 | 4A | 26 | 3E | 14A | 3B | 18 |
| Octal | 142 | 31 | 75 | 0 | 112 | 46 | 76 | 512 | 73 | 30 |
| Binary | 1100010 | 11001 | 111101 | 0 | 1001010 | 100110 | 111110 | 101001010 | 111011 | 11000 |
Color Harmonies of #62193D
Complementary color
Monochromatic Colors of #62193D
Black with #62193D
Text Example
Text Example
White with #62193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62193D; }
p { color: rgb(98,25,61); }
H1.HeaderClassName
{
color: #62193D;
}
.AnyTagClassName
{
color: #62193D;
}
</style>
background-color css
<style>
a { background-color: #62193D; }
a { background-color: rgb(98,25,61); }
div.DivClassName
{
background-color: #62193D;
}
.BgClassName
{
background-color: #62193D;
}
</style>
border-color css
<style>
span { border-color: #62193D; }
span { border-color: rgb(98,25,61); }
td.TdClassName
{
border-color: #62193D;
}
.TagClassName
{
border-color: #62193D;
}
</style>