Shades of Pompadour #632541
Tints of Pompadour #632541
RGB
CMYK
RGB Variations
Color information
#632541 (or 0x632541) is known color: Pompadour. HEX triplet: 63, 25 and 41. RGB value is (99,37,65). Sum of RGB (Red+Green+Blue) = 99+37+65=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #632541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632541 is #9CDABE. Grayscale: #3A3A3A. Windows color (decimal): -10279615 or 4269411. OLE color: 4269411.
HSL color Cylindrical-coordinate representation of color #632541: hue angle of 332.9º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #632541 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 37 | 65 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.61 |
| HSL | 332.9º | 0.46% | 0.27% | - |
| HSV(B) | 332.9º | 0.63% | 0.39% | - |
| XYZ | 6.76 | 4.36 | 5.49 | - |
| YUV | 58.73 | 131.54 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 37 | 65 | 0 | 0.63 | 0.34 | 0.61 | 332.9 | 0.46 | 0.27 |
| Hex | 63 | 25 | 41 | 0 | 3F | 22 | 3D | 14D | 2E | 1B |
| Octal | 143 | 45 | 101 | 0 | 77 | 42 | 75 | 515 | 56 | 33 |
| Binary | 1100011 | 100101 | 1000001 | 0 | 111111 | 100010 | 111101 | 101001101 | 101110 | 11011 |
Color Harmonies of #632541
Complementary color
Monochromatic Colors of #632541
Black with #632541
Text Example
Text Example
White with #632541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632541; }
p { color: rgb(99,37,65); }
H1.HeaderClassName
{
color: #632541;
}
.AnyTagClassName
{
color: #632541;
}
</style>
background-color css
<style>
a { background-color: #632541; }
a { background-color: rgb(99,37,65); }
div.DivClassName
{
background-color: #632541;
}
.BgClassName
{
background-color: #632541;
}
</style>
border-color css
<style>
span { border-color: #632541; }
span { border-color: rgb(99,37,65); }
td.TdClassName
{
border-color: #632541;
}
.TagClassName
{
border-color: #632541;
}
</style>