Shades of Pompadour #632D4D
Tints of Pompadour #632D4D
RGB
CMYK
RGB Variations
Color information
#632D4D (or 0x632D4D) is known color: Pompadour. HEX triplet: 63, 2D and 4D. RGB value is (99,45,77). Sum of RGB (Red+Green+Blue) = 99+45+77=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #632D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632D4D is #9CD2B2. Grayscale: #404040. Windows color (decimal): -10277555 or 5057891. OLE color: 5057891.
HSL color Cylindrical-coordinate representation of color #632D4D: hue angle of 324.44º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #632D4D is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 45 | 77 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.61 |
| HSL | 324.44º | 0.38% | 0.28% | - |
| HSV(B) | 324.44º | 0.55% | 0.39% | - |
| XYZ | 7.42 | 5.07 | 7.61 | - |
| YUV | 64.79 | 134.89 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 77 | 0 | 0.55 | 0.22 | 0.61 | 324.44 | 0.38 | 0.28 |
| Hex | 63 | 2D | 4D | 0 | 37 | 16 | 3D | 144 | 26 | 1C |
| Octal | 143 | 55 | 115 | 0 | 67 | 26 | 75 | 504 | 46 | 34 |
| Binary | 1100011 | 101101 | 1001101 | 0 | 110111 | 10110 | 111101 | 101000100 | 100110 | 11100 |
Color Harmonies of #632D4D
Complementary color
Monochromatic Colors of #632D4D
Black with #632D4D
Text Example
Text Example
White with #632D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632D4D; }
p { color: rgb(99,45,77); }
H1.HeaderClassName
{
color: #632D4D;
}
.AnyTagClassName
{
color: #632D4D;
}
</style>
background-color css
<style>
a { background-color: #632D4D; }
a { background-color: rgb(99,45,77); }
div.DivClassName
{
background-color: #632D4D;
}
.BgClassName
{
background-color: #632D4D;
}
</style>
border-color css
<style>
span { border-color: #632D4D; }
span { border-color: rgb(99,45,77); }
td.TdClassName
{
border-color: #632D4D;
}
.TagClassName
{
border-color: #632D4D;
}
</style>