Shades of Pompadour #631B3B
Tints of Pompadour #631B3B
RGB
CMYK
RGB Variations
Color information
#631B3B (or 0x631B3B) is known color: Pompadour. HEX triplet: 63, 1B and 3B. RGB value is (99,27,59). Sum of RGB (Red+Green+Blue) = 99+27+59=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #631B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631B3B is #9CE4C4. Grayscale: #343434. Windows color (decimal): -10282181 or 3873635. OLE color: 3873635.
HSL color Cylindrical-coordinate representation of color #631B3B: hue angle of 333.33º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #631B3B is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 27 | 59 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.61 |
| HSL | 333.33º | 0.57% | 0.25% | - |
| HSV(B) | 333.33º | 0.73% | 0.39% | - |
| XYZ | 6.33 | 3.75 | 4.53 | - |
| YUV | 52.18 | 131.85 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 27 | 59 | 0 | 0.73 | 0.40 | 0.61 | 333.33 | 0.57 | 0.25 |
| Hex | 63 | 1B | 3B | 0 | 49 | 28 | 3D | 14D | 39 | 19 |
| Octal | 143 | 33 | 73 | 0 | 111 | 50 | 75 | 515 | 71 | 31 |
| Binary | 1100011 | 11011 | 111011 | 0 | 1001001 | 101000 | 111101 | 101001101 | 111001 | 11001 |
Color Harmonies of #631B3B
Complementary color
Monochromatic Colors of #631B3B
Black with #631B3B
Text Example
Text Example
White with #631B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631B3B; }
p { color: rgb(99,27,59); }
H1.HeaderClassName
{
color: #631B3B;
}
.AnyTagClassName
{
color: #631B3B;
}
</style>
background-color css
<style>
a { background-color: #631B3B; }
a { background-color: rgb(99,27,59); }
div.DivClassName
{
background-color: #631B3B;
}
.BgClassName
{
background-color: #631B3B;
}
</style>
border-color css
<style>
span { border-color: #631B3B; }
span { border-color: rgb(99,27,59); }
td.TdClassName
{
border-color: #631B3B;
}
.TagClassName
{
border-color: #631B3B;
}
</style>