Shades of Pompadour #81123D
Tints of Pompadour #81123D
RGB
CMYK
RGB Variations
Color information
#81123D (or 0x81123D) is known color: Pompadour. HEX triplet: 81, 12 and 3D. RGB value is (129,18,61). Sum of RGB (Red+Green+Blue) = 129+18+61=208 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.02% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 129 - color contains mainly: red. Hex color #81123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81123D is #7EEDC2. Grayscale: #383838. Windows color (decimal): -8318403 or 4002433. OLE color: 4002433.
HSL color Cylindrical-coordinate representation of color #81123D: hue angle of 336.76º 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 #81123D is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 18 | 61 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.49 |
| HSL | 336.76º | 0.76% | 0.29% | - |
| HSV(B) | 336.76º | 0.86% | 0.51% | - |
| XYZ | 10.11 | 5.44 | 4.93 | - |
| YUV | 56.09 | 130.77 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 18 | 61 | 0 | 0.86 | 0.53 | 0.49 | 336.76 | 0.76 | 0.29 |
| Hex | 81 | 12 | 3D | 0 | 56 | 35 | 31 | 151 | 4C | 1D |
| Octal | 201 | 22 | 75 | 0 | 126 | 65 | 61 | 521 | 114 | 35 |
| Binary | 10000001 | 10010 | 111101 | 0 | 1010110 | 110101 | 110001 | 101010001 | 1001100 | 11101 |
Color Harmonies of #81123D
Complementary color
Monochromatic Colors of #81123D
Black with #81123D
Text Example
Text Example
White with #81123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81123D; }
p { color: rgb(129,18,61); }
H1.HeaderClassName
{
color: #81123D;
}
.AnyTagClassName
{
color: #81123D;
}
</style>
background-color css
<style>
a { background-color: #81123D; }
a { background-color: rgb(129,18,61); }
div.DivClassName
{
background-color: #81123D;
}
.BgClassName
{
background-color: #81123D;
}
</style>
border-color css
<style>
span { border-color: #81123D; }
span { border-color: rgb(129,18,61); }
td.TdClassName
{
border-color: #81123D;
}
.TagClassName
{
border-color: #81123D;
}
</style>