Shades of Pompadour #632D4C
Tints of Pompadour #632D4C
RGB
CMYK
RGB Variations
Color information
#632D4C (or 0x632D4C) is known color: Pompadour. HEX triplet: 63, 2D and 4C. RGB value is (99,45,76). Sum of RGB (Red+Green+Blue) = 99+45+76=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 99 - color contains mainly: red. Hex color #632D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632D4C is #9CD2B3. Grayscale: #404040. Windows color (decimal): -10277556 or 4992355. OLE color: 4992355.
HSL color Cylindrical-coordinate representation of color #632D4C: hue angle of 325.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #632D4C is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 45 | 76 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.61 |
| HSL | 325.56º | 0.38% | 0.28% | - |
| HSV(B) | 325.56º | 0.55% | 0.39% | - |
| XYZ | 7.39 | 5.05 | 7.42 | - |
| YUV | 64.68 | 134.39 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 76 | 0 | 0.55 | 0.23 | 0.61 | 325.56 | 0.38 | 0.28 |
| Hex | 63 | 2D | 4C | 0 | 37 | 17 | 3D | 146 | 26 | 1C |
| Octal | 143 | 55 | 114 | 0 | 67 | 27 | 75 | 506 | 46 | 34 |
| Binary | 1100011 | 101101 | 1001100 | 0 | 110111 | 10111 | 111101 | 101000110 | 100110 | 11100 |
Color Harmonies of #632D4C
Complementary color
Monochromatic Colors of #632D4C
Black with #632D4C
Text Example
Text Example
White with #632D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632D4C; }
p { color: rgb(99,45,76); }
H1.HeaderClassName
{
color: #632D4C;
}
.AnyTagClassName
{
color: #632D4C;
}
</style>
background-color css
<style>
a { background-color: #632D4C; }
a { background-color: rgb(99,45,76); }
div.DivClassName
{
background-color: #632D4C;
}
.BgClassName
{
background-color: #632D4C;
}
</style>
border-color css
<style>
span { border-color: #632D4C; }
span { border-color: rgb(99,45,76); }
td.TdClassName
{
border-color: #632D4C;
}
.TagClassName
{
border-color: #632D4C;
}
</style>