Shades of Pompadour #62243E
Tints of Pompadour #62243E
RGB
CMYK
RGB Variations
Color information
#62243E (or 0x62243E) is known color: Pompadour. HEX triplet: 62, 24 and 3E. RGB value is (98,36,62). Sum of RGB (Red+Green+Blue) = 98+36+62=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #62243E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62243E is #9DDBC1. Grayscale: #393939. Windows color (decimal): -10345410 or 4072546. OLE color: 4072546.
HSL color Cylindrical-coordinate representation of color #62243E: hue angle of 334.84º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #62243E is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 36 | 62 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.62 |
| HSL | 334.84º | 0.46% | 0.26% | - |
| HSV(B) | 334.84º | 0.63% | 0.38% | - |
| XYZ | 6.54 | 4.21 | 5.02 | - |
| YUV | 57.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 36 | 62 | 0 | 0.63 | 0.37 | 0.62 | 334.84 | 0.46 | 0.26 |
| Hex | 62 | 24 | 3E | 0 | 3F | 25 | 3E | 14F | 2E | 1A |
| Octal | 142 | 44 | 76 | 0 | 77 | 45 | 76 | 517 | 56 | 32 |
| Binary | 1100010 | 100100 | 111110 | 0 | 111111 | 100101 | 111110 | 101001111 | 101110 | 11010 |
Color Harmonies of #62243E
Complementary color
Monochromatic Colors of #62243E
Black with #62243E
Text Example
Text Example
White with #62243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62243E; }
p { color: rgb(98,36,62); }
H1.HeaderClassName
{
color: #62243E;
}
.AnyTagClassName
{
color: #62243E;
}
</style>
background-color css
<style>
a { background-color: #62243E; }
a { background-color: rgb(98,36,62); }
div.DivClassName
{
background-color: #62243E;
}
.BgClassName
{
background-color: #62243E;
}
</style>
border-color css
<style>
span { border-color: #62243E; }
span { border-color: rgb(98,36,62); }
td.TdClassName
{
border-color: #62243E;
}
.TagClassName
{
border-color: #62243E;
}
</style>