Shades of Pompadour #62174B
Tints of Pompadour #62174B
RGB
CMYK
RGB Variations
Color information
#62174B (or 0x62174B) is known color: Pompadour. HEX triplet: 62, 17 and 4B. RGB value is (98,23,75). Sum of RGB (Red+Green+Blue) = 98+23+75=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #62174B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62174B is #9DE8B4. Grayscale: #333333. Windows color (decimal): -10348725 or 4921186. OLE color: 4921186.
HSL color Cylindrical-coordinate representation of color #62174B: hue angle of 318.4º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #62174B is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 23 | 75 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.62 |
| HSL | 318.4º | 0.62% | 0.24% | - |
| HSV(B) | 318.4º | 0.77% | 0.38% | - |
| XYZ | 6.61 | 3.72 | 7.03 | - |
| YUV | 51.35 | 141.35 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 23 | 75 | 0 | 0.77 | 0.23 | 0.62 | 318.4 | 0.62 | 0.24 |
| Hex | 62 | 17 | 4B | 0 | 4D | 17 | 3E | 13E | 3E | 18 |
| Octal | 142 | 27 | 113 | 0 | 115 | 27 | 76 | 476 | 76 | 30 |
| Binary | 1100010 | 10111 | 1001011 | 0 | 1001101 | 10111 | 111110 | 100111110 | 111110 | 11000 |
Color Harmonies of #62174B
Complementary color
Monochromatic Colors of #62174B
Black with #62174B
Text Example
Text Example
White with #62174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62174B; }
p { color: rgb(98,23,75); }
H1.HeaderClassName
{
color: #62174B;
}
.AnyTagClassName
{
color: #62174B;
}
</style>
background-color css
<style>
a { background-color: #62174B; }
a { background-color: rgb(98,23,75); }
div.DivClassName
{
background-color: #62174B;
}
.BgClassName
{
background-color: #62174B;
}
</style>
border-color css
<style>
span { border-color: #62174B; }
span { border-color: rgb(98,23,75); }
td.TdClassName
{
border-color: #62174B;
}
.TagClassName
{
border-color: #62174B;
}
</style>