Shades of Pompadour #81123F
Tints of Pompadour #81123F
RGB
CMYK
RGB Variations
Color information
#81123F (or 0x81123F) is known color: Pompadour. HEX triplet: 81, 12 and 3F. RGB value is (129,18,63). Sum of RGB (Red+Green+Blue) = 129+18+63=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #81123F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81123F is #7EEDC0. Grayscale: #383838. Windows color (decimal): -8318401 or 4133505. OLE color: 4133505.
HSL color Cylindrical-coordinate representation of color #81123F: hue angle of 335.68º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #81123F is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 18 | 63 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.49 |
| HSL | 335.68º | 0.76% | 0.29% | - |
| HSV(B) | 335.68º | 0.86% | 0.51% | - |
| XYZ | 10.17 | 5.46 | 5.22 | - |
| YUV | 56.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 18 | 63 | 0 | 0.86 | 0.51 | 0.49 | 335.68 | 0.76 | 0.29 |
| Hex | 81 | 12 | 3F | 0 | 56 | 33 | 31 | 150 | 4C | 1D |
| Octal | 201 | 22 | 77 | 0 | 126 | 63 | 61 | 520 | 114 | 35 |
| Binary | 10000001 | 10010 | 111111 | 0 | 1010110 | 110011 | 110001 | 101010000 | 1001100 | 11101 |
Color Harmonies of #81123F
Complementary color
Monochromatic Colors of #81123F
Black with #81123F
Text Example
Text Example
White with #81123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81123F; }
p { color: rgb(129,18,63); }
H1.HeaderClassName
{
color: #81123F;
}
.AnyTagClassName
{
color: #81123F;
}
</style>
background-color css
<style>
a { background-color: #81123F; }
a { background-color: rgb(129,18,63); }
div.DivClassName
{
background-color: #81123F;
}
.BgClassName
{
background-color: #81123F;
}
</style>
border-color css
<style>
span { border-color: #81123F; }
span { border-color: rgb(129,18,63); }
td.TdClassName
{
border-color: #81123F;
}
.TagClassName
{
border-color: #81123F;
}
</style>