Shades of Pompadour #810F4B
Tints of Pompadour #810F4B
RGB
CMYK
RGB Variations
Color information
#810F4B (or 0x810F4B) is known color: Pompadour. HEX triplet: 81, 0F and 4B. RGB value is (129,15,75). Sum of RGB (Red+Green+Blue) = 129+15+75=219 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.90% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 129 - color contains mainly: red. Hex color #810F4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810F4B is #7EF0B4. Grayscale: #373737. Windows color (decimal): -8319157 or 4919169. OLE color: 4919169.
HSL color Cylindrical-coordinate representation of color #810F4B: hue angle of 328.42º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #810F4B is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 15 | 75 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.49 |
| HSL | 328.42º | 0.79% | 0.28% | - |
| HSV(B) | 328.42º | 0.88% | 0.51% | - |
| XYZ | 10.49 | 5.52 | 7.17 | - |
| YUV | 55.93 | 138.77 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 15 | 75 | 0 | 0.88 | 0.42 | 0.49 | 328.42 | 0.79 | 0.28 |
| Hex | 81 | F | 4B | 0 | 58 | 2A | 31 | 148 | 4F | 1C |
| Octal | 201 | 17 | 113 | 0 | 130 | 52 | 61 | 510 | 117 | 34 |
| Binary | 10000001 | 1111 | 1001011 | 0 | 1011000 | 101010 | 110001 | 101001000 | 1001111 | 11100 |
Color Harmonies of #810F4B
Complementary color
Monochromatic Colors of #810F4B
Black with #810F4B
Text Example
Text Example
White with #810F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810F4B; }
p { color: rgb(129,15,75); }
H1.HeaderClassName
{
color: #810F4B;
}
.AnyTagClassName
{
color: #810F4B;
}
</style>
background-color css
<style>
a { background-color: #810F4B; }
a { background-color: rgb(129,15,75); }
div.DivClassName
{
background-color: #810F4B;
}
.BgClassName
{
background-color: #810F4B;
}
</style>
border-color css
<style>
span { border-color: #810F4B; }
span { border-color: rgb(129,15,75); }
td.TdClassName
{
border-color: #810F4B;
}
.TagClassName
{
border-color: #810F4B;
}
</style>