Shades of Pompadour #631D3E
Tints of Pompadour #631D3E
RGB
CMYK
RGB Variations
Color information
#631D3E (or 0x631D3E) is known color: Pompadour. HEX triplet: 63, 1D and 3E. RGB value is (99,29,62). Sum of RGB (Red+Green+Blue) = 99+29+62=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #631D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631D3E is #9CE2C1. Grayscale: #353535. Windows color (decimal): -10281666 or 4070755. OLE color: 4070755.
HSL color Cylindrical-coordinate representation of color #631D3E: hue angle of 331.71º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #631D3E is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 29 | 62 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.61 |
| HSL | 331.71º | 0.55% | 0.25% | - |
| HSV(B) | 331.71º | 0.71% | 0.39% | - |
| XYZ | 6.45 | 3.88 | 4.97 | - |
| YUV | 53.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 29 | 62 | 0 | 0.71 | 0.37 | 0.61 | 331.71 | 0.55 | 0.25 |
| Hex | 63 | 1D | 3E | 0 | 47 | 25 | 3D | 14C | 37 | 19 |
| Octal | 143 | 35 | 76 | 0 | 107 | 45 | 75 | 514 | 67 | 31 |
| Binary | 1100011 | 11101 | 111110 | 0 | 1000111 | 100101 | 111101 | 101001100 | 110111 | 11001 |
Color Harmonies of #631D3E
Complementary color
Monochromatic Colors of #631D3E
Black with #631D3E
Text Example
Text Example
White with #631D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631D3E; }
p { color: rgb(99,29,62); }
H1.HeaderClassName
{
color: #631D3E;
}
.AnyTagClassName
{
color: #631D3E;
}
</style>
background-color css
<style>
a { background-color: #631D3E; }
a { background-color: rgb(99,29,62); }
div.DivClassName
{
background-color: #631D3E;
}
.BgClassName
{
background-color: #631D3E;
}
</style>
border-color css
<style>
span { border-color: #631D3E; }
span { border-color: rgb(99,29,62); }
td.TdClassName
{
border-color: #631D3E;
}
.TagClassName
{
border-color: #631D3E;
}
</style>