Shades of Pompadour #631D3D
Tints of Pompadour #631D3D
RGB
CMYK
RGB Variations
Color information
#631D3D (or 0x631D3D) is known color: Pompadour. HEX triplet: 63, 1D and 3D. RGB value is (99,29,61). Sum of RGB (Red+Green+Blue) = 99+29+61=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #631D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631D3D is #9CE2C2. Grayscale: #353535. Windows color (decimal): -10281667 or 4005219. OLE color: 4005219.
HSL color Cylindrical-coordinate representation of color #631D3D: hue angle of 332.57º 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 #631D3D is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 29 | 61 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.61 |
| HSL | 332.57º | 0.55% | 0.25% | - |
| HSV(B) | 332.57º | 0.71% | 0.39% | - |
| XYZ | 6.43 | 3.87 | 4.82 | - |
| YUV | 53.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 29 | 61 | 0 | 0.71 | 0.38 | 0.61 | 332.57 | 0.55 | 0.25 |
| Hex | 63 | 1D | 3D | 0 | 47 | 26 | 3D | 14D | 37 | 19 |
| Octal | 143 | 35 | 75 | 0 | 107 | 46 | 75 | 515 | 67 | 31 |
| Binary | 1100011 | 11101 | 111101 | 0 | 1000111 | 100110 | 111101 | 101001101 | 110111 | 11001 |
Color Harmonies of #631D3D
Complementary color
Monochromatic Colors of #631D3D
Black with #631D3D
Text Example
Text Example
White with #631D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631D3D; }
p { color: rgb(99,29,61); }
H1.HeaderClassName
{
color: #631D3D;
}
.AnyTagClassName
{
color: #631D3D;
}
</style>
background-color css
<style>
a { background-color: #631D3D; }
a { background-color: rgb(99,29,61); }
div.DivClassName
{
background-color: #631D3D;
}
.BgClassName
{
background-color: #631D3D;
}
</style>
border-color css
<style>
span { border-color: #631D3D; }
span { border-color: rgb(99,29,61); }
td.TdClassName
{
border-color: #631D3D;
}
.TagClassName
{
border-color: #631D3D;
}
</style>