Shades of Pompadour #632E4E
Tints of Pompadour #632E4E
RGB
CMYK
RGB Variations
Color information
#632E4E (or 0x632E4E) is known color: Pompadour. HEX triplet: 63, 2E and 4E. RGB value is (99,46,78). Sum of RGB (Red+Green+Blue) = 99+46+78=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 99 - color contains mainly: red. Hex color #632E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632E4E is #9CD1B1. Grayscale: #414141. Windows color (decimal): -10277298 or 5123683. OLE color: 5123683.
HSL color Cylindrical-coordinate representation of color #632E4E: hue angle of 323.77º 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 #632E4E is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 46 | 78 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.61 |
| HSL | 323.77º | 0.37% | 0.28% | - |
| HSV(B) | 323.77º | 0.54% | 0.39% | - |
| XYZ | 7.5 | 5.16 | 7.81 | - |
| YUV | 65.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 78 | 0 | 0.54 | 0.21 | 0.61 | 323.77 | 0.37 | 0.28 |
| Hex | 63 | 2E | 4E | 0 | 36 | 15 | 3D | 144 | 25 | 1C |
| Octal | 143 | 56 | 116 | 0 | 66 | 25 | 75 | 504 | 45 | 34 |
| Binary | 1100011 | 101110 | 1001110 | 0 | 110110 | 10101 | 111101 | 101000100 | 100101 | 11100 |
Color Harmonies of #632E4E
Complementary color
Monochromatic Colors of #632E4E
Black with #632E4E
Text Example
Text Example
White with #632E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632E4E; }
p { color: rgb(99,46,78); }
H1.HeaderClassName
{
color: #632E4E;
}
.AnyTagClassName
{
color: #632E4E;
}
</style>
background-color css
<style>
a { background-color: #632E4E; }
a { background-color: rgb(99,46,78); }
div.DivClassName
{
background-color: #632E4E;
}
.BgClassName
{
background-color: #632E4E;
}
</style>
border-color css
<style>
span { border-color: #632E4E; }
span { border-color: rgb(99,46,78); }
td.TdClassName
{
border-color: #632E4E;
}
.TagClassName
{
border-color: #632E4E;
}
</style>