Shades of Pompadour #631A4A
Tints of Pompadour #631A4A
RGB
CMYK
RGB Variations
Color information
#631A4A (or 0x631A4A) is known color: Pompadour. HEX triplet: 63, 1A and 4A. RGB value is (99,26,74). Sum of RGB (Red+Green+Blue) = 99+26+74=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #631A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A4A is #9CE5B5. Grayscale: #353535. Windows color (decimal): -10282422 or 4856419. OLE color: 4856419.
HSL color Cylindrical-coordinate representation of color #631A4A: hue angle of 320.55º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #631A4A is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 26 | 74 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.61 |
| HSL | 320.55º | 0.58% | 0.25% | - |
| HSV(B) | 320.55º | 0.74% | 0.39% | - |
| XYZ | 6.75 | 3.89 | 6.87 | - |
| YUV | 53.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 26 | 74 | 0 | 0.74 | 0.25 | 0.61 | 320.55 | 0.58 | 0.25 |
| Hex | 63 | 1A | 4A | 0 | 4A | 19 | 3D | 141 | 3A | 19 |
| Octal | 143 | 32 | 112 | 0 | 112 | 31 | 75 | 501 | 72 | 31 |
| Binary | 1100011 | 11010 | 1001010 | 0 | 1001010 | 11001 | 111101 | 101000001 | 111010 | 11001 |
Color Harmonies of #631A4A
Complementary color
Monochromatic Colors of #631A4A
Black with #631A4A
Text Example
Text Example
White with #631A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631A4A; }
p { color: rgb(99,26,74); }
H1.HeaderClassName
{
color: #631A4A;
}
.AnyTagClassName
{
color: #631A4A;
}
</style>
background-color css
<style>
a { background-color: #631A4A; }
a { background-color: rgb(99,26,74); }
div.DivClassName
{
background-color: #631A4A;
}
.BgClassName
{
background-color: #631A4A;
}
</style>
border-color css
<style>
span { border-color: #631A4A; }
span { border-color: rgb(99,26,74); }
td.TdClassName
{
border-color: #631A4A;
}
.TagClassName
{
border-color: #631A4A;
}
</style>