Shades of Pompadour #631F3E
Tints of Pompadour #631F3E
RGB
CMYK
RGB Variations
Color information
#631F3E (or 0x631F3E) is known color: Pompadour. HEX triplet: 63, 1F and 3E. RGB value is (99,31,62). Sum of RGB (Red+Green+Blue) = 99+31+62=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #631F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631F3E is #9CE0C1. Grayscale: #363636. Windows color (decimal): -10281154 or 4071267. OLE color: 4071267.
HSL color Cylindrical-coordinate representation of color #631F3E: hue angle of 332.65º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #631F3E is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 31 | 62 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.61 |
| HSL | 332.65º | 0.52% | 0.25% | - |
| HSV(B) | 332.65º | 0.69% | 0.39% | - |
| XYZ | 6.51 | 3.98 | 4.98 | - |
| YUV | 54.87 | 132.03 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 31 | 62 | 0 | 0.69 | 0.37 | 0.61 | 332.65 | 0.52 | 0.25 |
| Hex | 63 | 1F | 3E | 0 | 45 | 25 | 3D | 14D | 34 | 19 |
| Octal | 143 | 37 | 76 | 0 | 105 | 45 | 75 | 515 | 64 | 31 |
| Binary | 1100011 | 11111 | 111110 | 0 | 1000101 | 100101 | 111101 | 101001101 | 110100 | 11001 |
Color Harmonies of #631F3E
Complementary color
Monochromatic Colors of #631F3E
Black with #631F3E
Text Example
Text Example
White with #631F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631F3E; }
p { color: rgb(99,31,62); }
H1.HeaderClassName
{
color: #631F3E;
}
.AnyTagClassName
{
color: #631F3E;
}
</style>
background-color css
<style>
a { background-color: #631F3E; }
a { background-color: rgb(99,31,62); }
div.DivClassName
{
background-color: #631F3E;
}
.BgClassName
{
background-color: #631F3E;
}
</style>
border-color css
<style>
span { border-color: #631F3E; }
span { border-color: rgb(99,31,62); }
td.TdClassName
{
border-color: #631F3E;
}
.TagClassName
{
border-color: #631F3E;
}
</style>