Shades of Pompadour #81154B
Tints of Pompadour #81154B
RGB
CMYK
RGB Variations
Color information
#81154B (or 0x81154B) is known color: Pompadour. HEX triplet: 81, 15 and 4B. RGB value is (129,21,75). Sum of RGB (Red+Green+Blue) = 129+21+75=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #81154B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81154B is #7EEAB4. Grayscale: #3B3B3B. Windows color (decimal): -8317621 or 4920705. OLE color: 4920705.
HSL color Cylindrical-coordinate representation of color #81154B: hue angle of 330º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #81154B is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 21 | 75 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.49 |
| HSL | 330º | 0.72% | 0.29% | - |
| HSV(B) | 330º | 0.84% | 0.51% | - |
| XYZ | 10.59 | 5.71 | 7.2 | - |
| YUV | 59.45 | 136.78 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 75 | 0 | 0.84 | 0.42 | 0.49 | 330 | 0.72 | 0.29 |
| Hex | 81 | 15 | 4B | 0 | 54 | 2A | 31 | 14A | 48 | 1D |
| Octal | 201 | 25 | 113 | 0 | 124 | 52 | 61 | 512 | 110 | 35 |
| Binary | 10000001 | 10101 | 1001011 | 0 | 1010100 | 101010 | 110001 | 101001010 | 1001000 | 11101 |
Color Harmonies of #81154B
Complementary color
Monochromatic Colors of #81154B
Black with #81154B
Text Example
Text Example
White with #81154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81154B; }
p { color: rgb(129,21,75); }
H1.HeaderClassName
{
color: #81154B;
}
.AnyTagClassName
{
color: #81154B;
}
</style>
background-color css
<style>
a { background-color: #81154B; }
a { background-color: rgb(129,21,75); }
div.DivClassName
{
background-color: #81154B;
}
.BgClassName
{
background-color: #81154B;
}
</style>
border-color css
<style>
span { border-color: #81154B; }
span { border-color: rgb(129,21,75); }
td.TdClassName
{
border-color: #81154B;
}
.TagClassName
{
border-color: #81154B;
}
</style>