Shades of Pompadour #632044
Tints of Pompadour #632044
RGB
CMYK
RGB Variations
Color information
#632044 (or 0x632044) is known color: Pompadour. HEX triplet: 63, 20 and 44. RGB value is (99,32,68). Sum of RGB (Red+Green+Blue) = 99+32+68=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #632044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632044 is #9CDFBB. Grayscale: #383838. Windows color (decimal): -10280892 or 4464739. OLE color: 4464739.
HSL color Cylindrical-coordinate representation of color #632044: hue angle of 327.76º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632044 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 32 | 68 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.61 |
| HSL | 327.76º | 0.51% | 0.26% | - |
| HSV(B) | 327.76º | 0.68% | 0.39% | - |
| XYZ | 6.71 | 4.1 | 5.91 | - |
| YUV | 56.14 | 134.7 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 68 | 0 | 0.68 | 0.31 | 0.61 | 327.76 | 0.51 | 0.26 |
| Hex | 63 | 20 | 44 | 0 | 44 | 1F | 3D | 148 | 33 | 1A |
| Octal | 143 | 40 | 104 | 0 | 104 | 37 | 75 | 510 | 63 | 32 |
| Binary | 1100011 | 100000 | 1000100 | 0 | 1000100 | 11111 | 111101 | 101001000 | 110011 | 11010 |
Color Harmonies of #632044
Complementary color
Monochromatic Colors of #632044
Black with #632044
Text Example
Text Example
White with #632044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632044; }
p { color: rgb(99,32,68); }
H1.HeaderClassName
{
color: #632044;
}
.AnyTagClassName
{
color: #632044;
}
</style>
background-color css
<style>
a { background-color: #632044; }
a { background-color: rgb(99,32,68); }
div.DivClassName
{
background-color: #632044;
}
.BgClassName
{
background-color: #632044;
}
</style>
border-color css
<style>
span { border-color: #632044; }
span { border-color: rgb(99,32,68); }
td.TdClassName
{
border-color: #632044;
}
.TagClassName
{
border-color: #632044;
}
</style>