Shades of Pompadour #632D4E
Tints of Pompadour #632D4E
RGB
CMYK
RGB Variations
Color information
#632D4E (or 0x632D4E) is known color: Pompadour. HEX triplet: 63, 2D and 4E. RGB value is (99,45,78). Sum of RGB (Red+Green+Blue) = 99+45+78=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #632D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632D4E is #9CD2B1. Grayscale: #404040. Windows color (decimal): -10277554 or 5123427. OLE color: 5123427.
HSL color Cylindrical-coordinate representation of color #632D4E: hue angle of 323.33º 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 #632D4E is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 45 | 78 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.61 |
| HSL | 323.33º | 0.38% | 0.28% | - |
| HSV(B) | 323.33º | 0.55% | 0.39% | - |
| XYZ | 7.46 | 5.08 | 7.8 | - |
| YUV | 64.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 78 | 0 | 0.55 | 0.21 | 0.61 | 323.33 | 0.38 | 0.28 |
| Hex | 63 | 2D | 4E | 0 | 37 | 15 | 3D | 143 | 26 | 1C |
| Octal | 143 | 55 | 116 | 0 | 67 | 25 | 75 | 503 | 46 | 34 |
| Binary | 1100011 | 101101 | 1001110 | 0 | 110111 | 10101 | 111101 | 101000011 | 100110 | 11100 |
Color Harmonies of #632D4E
Complementary color
Monochromatic Colors of #632D4E
Black with #632D4E
Text Example
Text Example
White with #632D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632D4E; }
p { color: rgb(99,45,78); }
H1.HeaderClassName
{
color: #632D4E;
}
.AnyTagClassName
{
color: #632D4E;
}
</style>
background-color css
<style>
a { background-color: #632D4E; }
a { background-color: rgb(99,45,78); }
div.DivClassName
{
background-color: #632D4E;
}
.BgClassName
{
background-color: #632D4E;
}
</style>
border-color css
<style>
span { border-color: #632D4E; }
span { border-color: rgb(99,45,78); }
td.TdClassName
{
border-color: #632D4E;
}
.TagClassName
{
border-color: #632D4E;
}
</style>