Shades of Pompadour #631F3D
Tints of Pompadour #631F3D
RGB
CMYK
RGB Variations
Color information
#631F3D (or 0x631F3D) is known color: Pompadour. HEX triplet: 63, 1F and 3D. RGB value is (99,31,61). Sum of RGB (Red+Green+Blue) = 99+31+61=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #631F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631F3D is #9CE0C2. Grayscale: #363636. Windows color (decimal): -10281155 or 4005731. OLE color: 4005731.
HSL color Cylindrical-coordinate representation of color #631F3D: hue angle of 333.53º 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 #631F3D is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 31 | 61 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.61 |
| HSL | 333.53º | 0.52% | 0.25% | - |
| HSV(B) | 333.53º | 0.69% | 0.39% | - |
| XYZ | 6.48 | 3.97 | 4.84 | - |
| YUV | 54.75 | 131.53 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 31 | 61 | 0 | 0.69 | 0.38 | 0.61 | 333.53 | 0.52 | 0.25 |
| Hex | 63 | 1F | 3D | 0 | 45 | 26 | 3D | 14E | 34 | 19 |
| Octal | 143 | 37 | 75 | 0 | 105 | 46 | 75 | 516 | 64 | 31 |
| Binary | 1100011 | 11111 | 111101 | 0 | 1000101 | 100110 | 111101 | 101001110 | 110100 | 11001 |
Color Harmonies of #631F3D
Complementary color
Monochromatic Colors of #631F3D
Black with #631F3D
Text Example
Text Example
White with #631F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631F3D; }
p { color: rgb(99,31,61); }
H1.HeaderClassName
{
color: #631F3D;
}
.AnyTagClassName
{
color: #631F3D;
}
</style>
background-color css
<style>
a { background-color: #631F3D; }
a { background-color: rgb(99,31,61); }
div.DivClassName
{
background-color: #631F3D;
}
.BgClassName
{
background-color: #631F3D;
}
</style>
border-color css
<style>
span { border-color: #631F3D; }
span { border-color: rgb(99,31,61); }
td.TdClassName
{
border-color: #631F3D;
}
.TagClassName
{
border-color: #631F3D;
}
</style>