Shades of Pompadour #631842
Tints of Pompadour #631842
RGB
CMYK
RGB Variations
Color information
#631842 (or 0x631842) is known color: Pompadour. HEX triplet: 63, 18 and 42. RGB value is (99,24,66). Sum of RGB (Red+Green+Blue) = 99+24+66=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #631842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631842 is #9CE7BD. Grayscale: #333333. Windows color (decimal): -10282942 or 4331619. OLE color: 4331619.
HSL color Cylindrical-coordinate representation of color #631842: hue angle of 326.4º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #631842 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 24 | 66 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.61 |
| HSL | 326.4º | 0.61% | 0.24% | - |
| HSV(B) | 326.4º | 0.76% | 0.39% | - |
| XYZ | 6.46 | 3.7 | 5.53 | - |
| YUV | 51.21 | 136.35 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 24 | 66 | 0 | 0.76 | 0.33 | 0.61 | 326.4 | 0.61 | 0.24 |
| Hex | 63 | 18 | 42 | 0 | 4C | 21 | 3D | 146 | 3D | 18 |
| Octal | 143 | 30 | 102 | 0 | 114 | 41 | 75 | 506 | 75 | 30 |
| Binary | 1100011 | 11000 | 1000010 | 0 | 1001100 | 100001 | 111101 | 101000110 | 111101 | 11000 |
Color Harmonies of #631842
Complementary color
Monochromatic Colors of #631842
Black with #631842
Text Example
Text Example
White with #631842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631842; }
p { color: rgb(99,24,66); }
H1.HeaderClassName
{
color: #631842;
}
.AnyTagClassName
{
color: #631842;
}
</style>
background-color css
<style>
a { background-color: #631842; }
a { background-color: rgb(99,24,66); }
div.DivClassName
{
background-color: #631842;
}
.BgClassName
{
background-color: #631842;
}
</style>
border-color css
<style>
span { border-color: #631842; }
span { border-color: rgb(99,24,66); }
td.TdClassName
{
border-color: #631842;
}
.TagClassName
{
border-color: #631842;
}
</style>