Shades of Pompadour #631241
Tints of Pompadour #631241
RGB
CMYK
RGB Variations
Color information
#631241 (or 0x631241) is known color: Pompadour. HEX triplet: 63, 12 and 41. RGB value is (99,18,65). Sum of RGB (Red+Green+Blue) = 99+18+65=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #631241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631241 is #9CEDBE. Grayscale: #2F2F2F. Windows color (decimal): -10284479 or 4264547. OLE color: 4264547.
HSL color Cylindrical-coordinate representation of color #631241: hue angle of 325.19º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #631241 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 18 | 65 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.61 |
| HSL | 325.19º | 0.69% | 0.23% | - |
| HSV(B) | 325.19º | 0.82% | 0.39% | - |
| XYZ | 6.32 | 3.47 | 5.34 | - |
| YUV | 47.58 | 137.84 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 18 | 65 | 0 | 0.82 | 0.34 | 0.61 | 325.19 | 0.69 | 0.23 |
| Hex | 63 | 12 | 41 | 0 | 52 | 22 | 3D | 145 | 45 | 17 |
| Octal | 143 | 22 | 101 | 0 | 122 | 42 | 75 | 505 | 105 | 27 |
| Binary | 1100011 | 10010 | 1000001 | 0 | 1010010 | 100010 | 111101 | 101000101 | 1000101 | 10111 |
Color Harmonies of #631241
Complementary color
Monochromatic Colors of #631241
Black with #631241
Text Example
Text Example
White with #631241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631241; }
p { color: rgb(99,18,65); }
H1.HeaderClassName
{
color: #631241;
}
.AnyTagClassName
{
color: #631241;
}
</style>
background-color css
<style>
a { background-color: #631241; }
a { background-color: rgb(99,18,65); }
div.DivClassName
{
background-color: #631241;
}
.BgClassName
{
background-color: #631241;
}
</style>
border-color css
<style>
span { border-color: #631241; }
span { border-color: rgb(99,18,65); }
td.TdClassName
{
border-color: #631241;
}
.TagClassName
{
border-color: #631241;
}
</style>