Shades of Pompadour #632041
Tints of Pompadour #632041
RGB
CMYK
RGB Variations
Color information
#632041 (or 0x632041) is known color: Pompadour. HEX triplet: 63, 20 and 41. RGB value is (99,32,65). Sum of RGB (Red+Green+Blue) = 99+32+65=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #632041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632041 is #9CDFBE. Grayscale: #373737. Windows color (decimal): -10280895 or 4268131. OLE color: 4268131.
HSL color Cylindrical-coordinate representation of color #632041: hue angle of 330.45º 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 #632041 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 32 | 65 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.61 |
| HSL | 330.45º | 0.51% | 0.26% | - |
| HSV(B) | 330.45º | 0.68% | 0.39% | - |
| XYZ | 6.62 | 4.07 | 5.44 | - |
| YUV | 55.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 65 | 0 | 0.68 | 0.34 | 0.61 | 330.45 | 0.51 | 0.26 |
| Hex | 63 | 20 | 41 | 0 | 44 | 22 | 3D | 14A | 33 | 1A |
| Octal | 143 | 40 | 101 | 0 | 104 | 42 | 75 | 512 | 63 | 32 |
| Binary | 1100011 | 100000 | 1000001 | 0 | 1000100 | 100010 | 111101 | 101001010 | 110011 | 11010 |
Color Harmonies of #632041
Complementary color
Monochromatic Colors of #632041
Black with #632041
Text Example
Text Example
White with #632041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632041; }
p { color: rgb(99,32,65); }
H1.HeaderClassName
{
color: #632041;
}
.AnyTagClassName
{
color: #632041;
}
</style>
background-color css
<style>
a { background-color: #632041; }
a { background-color: rgb(99,32,65); }
div.DivClassName
{
background-color: #632041;
}
.BgClassName
{
background-color: #632041;
}
</style>
border-color css
<style>
span { border-color: #632041; }
span { border-color: rgb(99,32,65); }
td.TdClassName
{
border-color: #632041;
}
.TagClassName
{
border-color: #632041;
}
</style>