Shades of Pompadour #81133D
Tints of Pompadour #81133D
RGB
CMYK
RGB Variations
Color information
#81133D (or 0x81133D) is known color: Pompadour. HEX triplet: 81, 13 and 3D. RGB value is (129,19,61). Sum of RGB (Red+Green+Blue) = 129+19+61=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #81133D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81133D is #7EECC2. Grayscale: #383838. Windows color (decimal): -8318147 or 4002689. OLE color: 4002689.
HSL color Cylindrical-coordinate representation of color #81133D: hue angle of 337.09º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81133D is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 19 | 61 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.49 |
| HSL | 337.09º | 0.74% | 0.29% | - |
| HSV(B) | 337.09º | 0.85% | 0.51% | - |
| XYZ | 10.13 | 5.47 | 4.94 | - |
| YUV | 56.68 | 130.44 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 19 | 61 | 0 | 0.85 | 0.53 | 0.49 | 337.09 | 0.74 | 0.29 |
| Hex | 81 | 13 | 3D | 0 | 55 | 35 | 31 | 151 | 4A | 1D |
| Octal | 201 | 23 | 75 | 0 | 125 | 65 | 61 | 521 | 112 | 35 |
| Binary | 10000001 | 10011 | 111101 | 0 | 1010101 | 110101 | 110001 | 101010001 | 1001010 | 11101 |
Color Harmonies of #81133D
Complementary color
Monochromatic Colors of #81133D
Black with #81133D
Text Example
Text Example
White with #81133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81133D; }
p { color: rgb(129,19,61); }
H1.HeaderClassName
{
color: #81133D;
}
.AnyTagClassName
{
color: #81133D;
}
</style>
background-color css
<style>
a { background-color: #81133D; }
a { background-color: rgb(129,19,61); }
div.DivClassName
{
background-color: #81133D;
}
.BgClassName
{
background-color: #81133D;
}
</style>
border-color css
<style>
span { border-color: #81133D; }
span { border-color: rgb(129,19,61); }
td.TdClassName
{
border-color: #81133D;
}
.TagClassName
{
border-color: #81133D;
}
</style>