Shades of Pompadour #632F4D
Tints of Pompadour #632F4D
RGB
CMYK
RGB Variations
Color information
#632F4D (or 0x632F4D) is known color: Pompadour. HEX triplet: 63, 2F and 4D. RGB value is (99,47,77). Sum of RGB (Red+Green+Blue) = 99+47+77=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 99 - color contains mainly: red. Hex color #632F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632F4D is #9CD0B2. Grayscale: #414141. Windows color (decimal): -10277043 or 5058403. OLE color: 5058403.
HSL color Cylindrical-coordinate representation of color #632F4D: hue angle of 325.38º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #632F4D is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 77 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.61 |
| HSL | 325.38º | 0.36% | 0.29% | - |
| HSV(B) | 325.38º | 0.53% | 0.39% | - |
| XYZ | 7.5 | 5.22 | 7.63 | - |
| YUV | 65.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 77 | 0 | 0.53 | 0.22 | 0.61 | 325.38 | 0.36 | 0.29 |
| Hex | 63 | 2F | 4D | 0 | 35 | 16 | 3D | 145 | 24 | 1D |
| Octal | 143 | 57 | 115 | 0 | 65 | 26 | 75 | 505 | 44 | 35 |
| Binary | 1100011 | 101111 | 1001101 | 0 | 110101 | 10110 | 111101 | 101000101 | 100100 | 11101 |
Color Harmonies of #632F4D
Complementary color
Monochromatic Colors of #632F4D
Black with #632F4D
Text Example
Text Example
White with #632F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F4D; }
p { color: rgb(99,47,77); }
H1.HeaderClassName
{
color: #632F4D;
}
.AnyTagClassName
{
color: #632F4D;
}
</style>
background-color css
<style>
a { background-color: #632F4D; }
a { background-color: rgb(99,47,77); }
div.DivClassName
{
background-color: #632F4D;
}
.BgClassName
{
background-color: #632F4D;
}
</style>
border-color css
<style>
span { border-color: #632F4D; }
span { border-color: rgb(99,47,77); }
td.TdClassName
{
border-color: #632F4D;
}
.TagClassName
{
border-color: #632F4D;
}
</style>