Shades of Pompadour #631B4C
Tints of Pompadour #631B4C
RGB
CMYK
RGB Variations
Color information
#631B4C (or 0x631B4C) is known color: Pompadour. HEX triplet: 63, 1B and 4C. RGB value is (99,27,76). Sum of RGB (Red+Green+Blue) = 99+27+76=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #631B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631B4C is #9CE4B3. Grayscale: #353535. Windows color (decimal): -10282164 or 4987747. OLE color: 4987747.
HSL color Cylindrical-coordinate representation of color #631B4C: hue angle of 319.17º 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 #631B4C is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 27 | 76 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.61 |
| HSL | 319.17º | 0.57% | 0.25% | - |
| HSV(B) | 319.17º | 0.73% | 0.39% | - |
| XYZ | 6.84 | 3.96 | 7.24 | - |
| YUV | 54.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 27 | 76 | 0 | 0.73 | 0.23 | 0.61 | 319.17 | 0.57 | 0.25 |
| Hex | 63 | 1B | 4C | 0 | 49 | 17 | 3D | 13F | 39 | 19 |
| Octal | 143 | 33 | 114 | 0 | 111 | 27 | 75 | 477 | 71 | 31 |
| Binary | 1100011 | 11011 | 1001100 | 0 | 1001001 | 10111 | 111101 | 100111111 | 111001 | 11001 |
Color Harmonies of #631B4C
Complementary color
Monochromatic Colors of #631B4C
Black with #631B4C
Text Example
Text Example
White with #631B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631B4C; }
p { color: rgb(99,27,76); }
H1.HeaderClassName
{
color: #631B4C;
}
.AnyTagClassName
{
color: #631B4C;
}
</style>
background-color css
<style>
a { background-color: #631B4C; }
a { background-color: rgb(99,27,76); }
div.DivClassName
{
background-color: #631B4C;
}
.BgClassName
{
background-color: #631B4C;
}
</style>
border-color css
<style>
span { border-color: #631B4C; }
span { border-color: rgb(99,27,76); }
td.TdClassName
{
border-color: #631B4C;
}
.TagClassName
{
border-color: #631B4C;
}
</style>