Shades of Pompadour #631B48
Tints of Pompadour #631B48
RGB
CMYK
RGB Variations
Color information
#631B48 (or 0x631B48) is known color: Pompadour. HEX triplet: 63, 1B and 48. RGB value is (99,27,72). Sum of RGB (Red+Green+Blue) = 99+27+72=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #631B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631B48 is #9CE4B7. Grayscale: #353535. Windows color (decimal): -10282168 or 4725603. OLE color: 4725603.
HSL color Cylindrical-coordinate representation of color #631B48: hue angle of 322.5º 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 #631B48 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 27 | 72 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.61 |
| HSL | 322.5º | 0.57% | 0.25% | - |
| HSV(B) | 322.5º | 0.73% | 0.39% | - |
| XYZ | 6.71 | 3.9 | 6.53 | - |
| YUV | 53.66 | 138.35 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 27 | 72 | 0 | 0.73 | 0.27 | 0.61 | 322.5 | 0.57 | 0.25 |
| Hex | 63 | 1B | 48 | 0 | 49 | 1B | 3D | 142 | 39 | 19 |
| Octal | 143 | 33 | 110 | 0 | 111 | 33 | 75 | 502 | 71 | 31 |
| Binary | 1100011 | 11011 | 1001000 | 0 | 1001001 | 11011 | 111101 | 101000010 | 111001 | 11001 |
Color Harmonies of #631B48
Complementary color
Monochromatic Colors of #631B48
Black with #631B48
Text Example
Text Example
White with #631B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631B48; }
p { color: rgb(99,27,72); }
H1.HeaderClassName
{
color: #631B48;
}
.AnyTagClassName
{
color: #631B48;
}
</style>
background-color css
<style>
a { background-color: #631B48; }
a { background-color: rgb(99,27,72); }
div.DivClassName
{
background-color: #631B48;
}
.BgClassName
{
background-color: #631B48;
}
</style>
border-color css
<style>
span { border-color: #631B48; }
span { border-color: rgb(99,27,72); }
td.TdClassName
{
border-color: #631B48;
}
.TagClassName
{
border-color: #631B48;
}
</style>