Shades of Pompadour #632E4F
Tints of Pompadour #632E4F
RGB
CMYK
RGB Variations
Color information
#632E4F (or 0x632E4F) is known color: Pompadour. HEX triplet: 63, 2E and 4F. RGB value is (99,46,79). Sum of RGB (Red+Green+Blue) = 99+46+79=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #632E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632E4F is #9CD1B0. Grayscale: #414141. Windows color (decimal): -10277297 or 5189219. OLE color: 5189219.
HSL color Cylindrical-coordinate representation of color #632E4F: hue angle of 322.64º 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 #632E4F is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 46 | 79 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.61 |
| HSL | 322.64º | 0.37% | 0.28% | - |
| HSV(B) | 322.64º | 0.54% | 0.39% | - |
| XYZ | 7.53 | 5.17 | 8 | - |
| YUV | 65.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 79 | 0 | 0.54 | 0.20 | 0.61 | 322.64 | 0.37 | 0.28 |
| Hex | 63 | 2E | 4F | 0 | 36 | 14 | 3D | 143 | 25 | 1C |
| Octal | 143 | 56 | 117 | 0 | 66 | 24 | 75 | 503 | 45 | 34 |
| Binary | 1100011 | 101110 | 1001111 | 0 | 110110 | 10100 | 111101 | 101000011 | 100101 | 11100 |
Color Harmonies of #632E4F
Complementary color
Monochromatic Colors of #632E4F
Black with #632E4F
Text Example
Text Example
White with #632E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632E4F; }
p { color: rgb(99,46,79); }
H1.HeaderClassName
{
color: #632E4F;
}
.AnyTagClassName
{
color: #632E4F;
}
</style>
background-color css
<style>
a { background-color: #632E4F; }
a { background-color: rgb(99,46,79); }
div.DivClassName
{
background-color: #632E4F;
}
.BgClassName
{
background-color: #632E4F;
}
</style>
border-color css
<style>
span { border-color: #632E4F; }
span { border-color: rgb(99,46,79); }
td.TdClassName
{
border-color: #632E4F;
}
.TagClassName
{
border-color: #632E4F;
}
</style>