Shades of Pompadour #632A4E
Tints of Pompadour #632A4E
RGB
CMYK
RGB Variations
Color information
#632A4E (or 0x632A4E) is known color: Pompadour. HEX triplet: 63, 2A and 4E. RGB value is (99,42,78). Sum of RGB (Red+Green+Blue) = 99+42+78=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #632A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632A4E is #9CD5B1. Grayscale: #3F3F3F. Windows color (decimal): -10278322 or 5122659. OLE color: 5122659.
HSL color Cylindrical-coordinate representation of color #632A4E: hue angle of 322.11º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #632A4E is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 42 | 78 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.61 |
| HSL | 322.11º | 0.4% | 0.28% | - |
| HSV(B) | 322.11º | 0.58% | 0.39% | - |
| XYZ | 7.35 | 4.86 | 7.76 | - |
| YUV | 63.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 78 | 0 | 0.58 | 0.21 | 0.61 | 322.11 | 0.4 | 0.28 |
| Hex | 63 | 2A | 4E | 0 | 3A | 15 | 3D | 142 | 28 | 1C |
| Octal | 143 | 52 | 116 | 0 | 72 | 25 | 75 | 502 | 50 | 34 |
| Binary | 1100011 | 101010 | 1001110 | 0 | 111010 | 10101 | 111101 | 101000010 | 101000 | 11100 |
Color Harmonies of #632A4E
Complementary color
Monochromatic Colors of #632A4E
Black with #632A4E
Text Example
Text Example
White with #632A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632A4E; }
p { color: rgb(99,42,78); }
H1.HeaderClassName
{
color: #632A4E;
}
.AnyTagClassName
{
color: #632A4E;
}
</style>
background-color css
<style>
a { background-color: #632A4E; }
a { background-color: rgb(99,42,78); }
div.DivClassName
{
background-color: #632A4E;
}
.BgClassName
{
background-color: #632A4E;
}
</style>
border-color css
<style>
span { border-color: #632A4E; }
span { border-color: rgb(99,42,78); }
td.TdClassName
{
border-color: #632A4E;
}
.TagClassName
{
border-color: #632A4E;
}
</style>