Shades of Pompadour #63134B
Tints of Pompadour #63134B
RGB
CMYK
RGB Variations
Color information
#63134B (or 0x63134B) is known color: Pompadour. HEX triplet: 63, 13 and 4B. RGB value is (99,19,75). Sum of RGB (Red+Green+Blue) = 99+19+75=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63134B is #9CECB4. Grayscale: #313131. Windows color (decimal): -10284213 or 4920163. OLE color: 4920163.
HSL color Cylindrical-coordinate representation of color #63134B: hue angle of 318º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #63134B is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 19 | 75 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.61 |
| HSL | 318º | 0.68% | 0.23% | - |
| HSV(B) | 318º | 0.81% | 0.39% | - |
| XYZ | 6.65 | 3.63 | 7.01 | - |
| YUV | 49.3 | 142.5 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 19 | 75 | 0 | 0.81 | 0.24 | 0.61 | 318 | 0.68 | 0.23 |
| Hex | 63 | 13 | 4B | 0 | 51 | 18 | 3D | 13E | 44 | 17 |
| Octal | 143 | 23 | 113 | 0 | 121 | 30 | 75 | 476 | 104 | 27 |
| Binary | 1100011 | 10011 | 1001011 | 0 | 1010001 | 11000 | 111101 | 100111110 | 1000100 | 10111 |
Color Harmonies of #63134B
Complementary color
Monochromatic Colors of #63134B
Black with #63134B
Text Example
Text Example
White with #63134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63134B; }
p { color: rgb(99,19,75); }
H1.HeaderClassName
{
color: #63134B;
}
.AnyTagClassName
{
color: #63134B;
}
</style>
background-color css
<style>
a { background-color: #63134B; }
a { background-color: rgb(99,19,75); }
div.DivClassName
{
background-color: #63134B;
}
.BgClassName
{
background-color: #63134B;
}
</style>
border-color css
<style>
span { border-color: #63134B; }
span { border-color: rgb(99,19,75); }
td.TdClassName
{
border-color: #63134B;
}
.TagClassName
{
border-color: #63134B;
}
</style>