Shades of Pompadour #631245
Tints of Pompadour #631245
RGB
CMYK
RGB Variations
Color information
#631245 (or 0x631245) is known color: Pompadour. HEX triplet: 63, 12 and 45. RGB value is (99,18,69). Sum of RGB (Red+Green+Blue) = 99+18+69=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #631245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631245 is #9CEDBA. Grayscale: #2F2F2F. Windows color (decimal): -10284475 or 4526691. OLE color: 4526691.
HSL color Cylindrical-coordinate representation of color #631245: hue angle of 322.22º 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 #631245 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 18 | 69 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.61 |
| HSL | 322.22º | 0.69% | 0.23% | - |
| HSV(B) | 322.22º | 0.82% | 0.39% | - |
| XYZ | 6.44 | 3.51 | 5.97 | - |
| YUV | 48.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 18 | 69 | 0 | 0.82 | 0.30 | 0.61 | 322.22 | 0.69 | 0.23 |
| Hex | 63 | 12 | 45 | 0 | 52 | 1E | 3D | 142 | 45 | 17 |
| Octal | 143 | 22 | 105 | 0 | 122 | 36 | 75 | 502 | 105 | 27 |
| Binary | 1100011 | 10010 | 1000101 | 0 | 1010010 | 11110 | 111101 | 101000010 | 1000101 | 10111 |
Color Harmonies of #631245
Complementary color
Monochromatic Colors of #631245
Black with #631245
Text Example
Text Example
White with #631245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631245; }
p { color: rgb(99,18,69); }
H1.HeaderClassName
{
color: #631245;
}
.AnyTagClassName
{
color: #631245;
}
</style>
background-color css
<style>
a { background-color: #631245; }
a { background-color: rgb(99,18,69); }
div.DivClassName
{
background-color: #631245;
}
.BgClassName
{
background-color: #631245;
}
</style>
border-color css
<style>
span { border-color: #631245; }
span { border-color: rgb(99,18,69); }
td.TdClassName
{
border-color: #631245;
}
.TagClassName
{
border-color: #631245;
}
</style>