Shades of Pompadour #631E3B
Tints of Pompadour #631E3B
RGB
CMYK
RGB Variations
Color information
#631E3B (or 0x631E3B) is known color: Pompadour. HEX triplet: 63, 1E and 3B. RGB value is (99,30,59). Sum of RGB (Red+Green+Blue) = 99+30+59=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #631E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E3B is #9CE1C4. Grayscale: #353535. Windows color (decimal): -10281413 or 3874403. OLE color: 3874403.
HSL color Cylindrical-coordinate representation of color #631E3B: hue angle of 334.78º 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 #631E3B is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 30 | 59 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.61 |
| HSL | 334.78º | 0.53% | 0.25% | - |
| HSV(B) | 334.78º | 0.7% | 0.39% | - |
| XYZ | 6.4 | 3.9 | 4.55 | - |
| YUV | 53.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 30 | 59 | 0 | 0.70 | 0.40 | 0.61 | 334.78 | 0.53 | 0.25 |
| Hex | 63 | 1E | 3B | 0 | 46 | 28 | 3D | 14F | 35 | 19 |
| Octal | 143 | 36 | 73 | 0 | 106 | 50 | 75 | 517 | 65 | 31 |
| Binary | 1100011 | 11110 | 111011 | 0 | 1000110 | 101000 | 111101 | 101001111 | 110101 | 11001 |
Color Harmonies of #631E3B
Complementary color
Monochromatic Colors of #631E3B
Black with #631E3B
Text Example
Text Example
White with #631E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631E3B; }
p { color: rgb(99,30,59); }
H1.HeaderClassName
{
color: #631E3B;
}
.AnyTagClassName
{
color: #631E3B;
}
</style>
background-color css
<style>
a { background-color: #631E3B; }
a { background-color: rgb(99,30,59); }
div.DivClassName
{
background-color: #631E3B;
}
.BgClassName
{
background-color: #631E3B;
}
</style>
border-color css
<style>
span { border-color: #631E3B; }
span { border-color: rgb(99,30,59); }
td.TdClassName
{
border-color: #631E3B;
}
.TagClassName
{
border-color: #631E3B;
}
</style>