Shades of Pompadour #631E39
Tints of Pompadour #631E39
RGB
CMYK
RGB Variations
Color information
#631E39 (or 0x631E39) is known color: Pompadour. HEX triplet: 63, 1E and 39. RGB value is (99,30,57). Sum of RGB (Red+Green+Blue) = 99+30+57=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #631E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E39 is #9CE1C6. Grayscale: #353535. Windows color (decimal): -10281415 or 3743331. OLE color: 3743331.
HSL color Cylindrical-coordinate representation of color #631E39: hue angle of 336.52º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #631E39 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 30 | 57 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.61 |
| HSL | 336.52º | 0.53% | 0.25% | - |
| HSV(B) | 336.52º | 0.7% | 0.39% | - |
| XYZ | 6.35 | 3.88 | 4.28 | - |
| YUV | 53.71 | 129.86 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 30 | 57 | 0 | 0.70 | 0.42 | 0.61 | 336.52 | 0.53 | 0.25 |
| Hex | 63 | 1E | 39 | 0 | 46 | 2A | 3D | 151 | 35 | 19 |
| Octal | 143 | 36 | 71 | 0 | 106 | 52 | 75 | 521 | 65 | 31 |
| Binary | 1100011 | 11110 | 111001 | 0 | 1000110 | 101010 | 111101 | 101010001 | 110101 | 11001 |
Color Harmonies of #631E39
Complementary color
Monochromatic Colors of #631E39
Black with #631E39
Text Example
Text Example
White with #631E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631E39; }
p { color: rgb(99,30,57); }
H1.HeaderClassName
{
color: #631E39;
}
.AnyTagClassName
{
color: #631E39;
}
</style>
background-color css
<style>
a { background-color: #631E39; }
a { background-color: rgb(99,30,57); }
div.DivClassName
{
background-color: #631E39;
}
.BgClassName
{
background-color: #631E39;
}
</style>
border-color css
<style>
span { border-color: #631E39; }
span { border-color: rgb(99,30,57); }
td.TdClassName
{
border-color: #631E39;
}
.TagClassName
{
border-color: #631E39;
}
</style>