Shades of Pompadour #631D4B
Tints of Pompadour #631D4B
RGB
CMYK
RGB Variations
Color information
#631D4B (or 0x631D4B) is known color: Pompadour. HEX triplet: 63, 1D and 4B. RGB value is (99,29,75). Sum of RGB (Red+Green+Blue) = 99+29+75=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #631D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631D4B is #9CE2B4. Grayscale: #373737. Windows color (decimal): -10281653 or 4922723. OLE color: 4922723.
HSL color Cylindrical-coordinate representation of color #631D4B: hue angle of 320.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 #631D4B is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 29 | 75 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.61 |
| HSL | 320.57º | 0.55% | 0.25% | - |
| HSV(B) | 320.57º | 0.71% | 0.39% | - |
| XYZ | 6.85 | 4.04 | 7.07 | - |
| YUV | 55.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 29 | 75 | 0 | 0.71 | 0.24 | 0.61 | 320.57 | 0.55 | 0.25 |
| Hex | 63 | 1D | 4B | 0 | 47 | 18 | 3D | 141 | 37 | 19 |
| Octal | 143 | 35 | 113 | 0 | 107 | 30 | 75 | 501 | 67 | 31 |
| Binary | 1100011 | 11101 | 1001011 | 0 | 1000111 | 11000 | 111101 | 101000001 | 110111 | 11001 |
Color Harmonies of #631D4B
Complementary color
Monochromatic Colors of #631D4B
Black with #631D4B
Text Example
Text Example
White with #631D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631D4B; }
p { color: rgb(99,29,75); }
H1.HeaderClassName
{
color: #631D4B;
}
.AnyTagClassName
{
color: #631D4B;
}
</style>
background-color css
<style>
a { background-color: #631D4B; }
a { background-color: rgb(99,29,75); }
div.DivClassName
{
background-color: #631D4B;
}
.BgClassName
{
background-color: #631D4B;
}
</style>
border-color css
<style>
span { border-color: #631D4B; }
span { border-color: rgb(99,29,75); }
td.TdClassName
{
border-color: #631D4B;
}
.TagClassName
{
border-color: #631D4B;
}
</style>