Shades of Pompadour #62243F
Tints of Pompadour #62243F
RGB
CMYK
RGB Variations
Color information
#62243F (or 0x62243F) is known color: Pompadour. HEX triplet: 62, 24 and 3F. RGB value is (98,36,63). Sum of RGB (Red+Green+Blue) = 98+36+63=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #62243F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62243F is #9DDBC0. Grayscale: #393939. Windows color (decimal): -10345409 or 4138082. OLE color: 4138082.
HSL color Cylindrical-coordinate representation of color #62243F: hue angle of 333.87º 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 #62243F is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 36 | 63 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.62 |
| HSL | 333.87º | 0.46% | 0.26% | - |
| HSV(B) | 333.87º | 0.63% | 0.38% | - |
| XYZ | 6.57 | 4.22 | 5.17 | - |
| YUV | 57.62 | 131.04 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 36 | 63 | 0 | 0.63 | 0.36 | 0.62 | 333.87 | 0.46 | 0.26 |
| Hex | 62 | 24 | 3F | 0 | 3F | 24 | 3E | 14E | 2E | 1A |
| Octal | 142 | 44 | 77 | 0 | 77 | 44 | 76 | 516 | 56 | 32 |
| Binary | 1100010 | 100100 | 111111 | 0 | 111111 | 100100 | 111110 | 101001110 | 101110 | 11010 |
Color Harmonies of #62243F
Complementary color
Monochromatic Colors of #62243F
Black with #62243F
Text Example
Text Example
White with #62243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62243F; }
p { color: rgb(98,36,63); }
H1.HeaderClassName
{
color: #62243F;
}
.AnyTagClassName
{
color: #62243F;
}
</style>
background-color css
<style>
a { background-color: #62243F; }
a { background-color: rgb(98,36,63); }
div.DivClassName
{
background-color: #62243F;
}
.BgClassName
{
background-color: #62243F;
}
</style>
border-color css
<style>
span { border-color: #62243F; }
span { border-color: rgb(98,36,63); }
td.TdClassName
{
border-color: #62243F;
}
.TagClassName
{
border-color: #62243F;
}
</style>