Shades of Pompadour #632E4D
Tints of Pompadour #632E4D
RGB
CMYK
RGB Variations
Color information
#632E4D (or 0x632E4D) is known color: Pompadour. HEX triplet: 63, 2E and 4D. RGB value is (99,46,77). Sum of RGB (Red+Green+Blue) = 99+46+77=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #632E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632E4D is #9CD1B2. Grayscale: #414141. Windows color (decimal): -10277299 or 5058147. OLE color: 5058147.
HSL color Cylindrical-coordinate representation of color #632E4D: hue angle of 324.91º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #632E4D is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 46 | 77 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.61 |
| HSL | 324.91º | 0.37% | 0.28% | - |
| HSV(B) | 324.91º | 0.54% | 0.39% | - |
| XYZ | 7.46 | 5.14 | 7.62 | - |
| YUV | 65.38 | 134.56 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 77 | 0 | 0.54 | 0.22 | 0.61 | 324.91 | 0.37 | 0.28 |
| Hex | 63 | 2E | 4D | 0 | 36 | 16 | 3D | 145 | 25 | 1C |
| Octal | 143 | 56 | 115 | 0 | 66 | 26 | 75 | 505 | 45 | 34 |
| Binary | 1100011 | 101110 | 1001101 | 0 | 110110 | 10110 | 111101 | 101000101 | 100101 | 11100 |
Color Harmonies of #632E4D
Complementary color
Monochromatic Colors of #632E4D
Black with #632E4D
Text Example
Text Example
White with #632E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632E4D; }
p { color: rgb(99,46,77); }
H1.HeaderClassName
{
color: #632E4D;
}
.AnyTagClassName
{
color: #632E4D;
}
</style>
background-color css
<style>
a { background-color: #632E4D; }
a { background-color: rgb(99,46,77); }
div.DivClassName
{
background-color: #632E4D;
}
.BgClassName
{
background-color: #632E4D;
}
</style>
border-color css
<style>
span { border-color: #632E4D; }
span { border-color: rgb(99,46,77); }
td.TdClassName
{
border-color: #632E4D;
}
.TagClassName
{
border-color: #632E4D;
}
</style>