Shades of Pompadour #880B40
Tints of Pompadour #880B40
RGB
CMYK
RGB Variations
Color information
#880B40 (or 0x880B40) is known color: Pompadour. HEX triplet: 88, 0B and 40. RGB value is (136,11,64). Sum of RGB (Red+Green+Blue) = 136+11+64=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #880B40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880B40 is #77F4BF. Grayscale: #363636. Windows color (decimal): -7861440 or 4197256. OLE color: 4197256.
HSL color Cylindrical-coordinate representation of color #880B40: hue angle of 334.56º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880B40 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 11 | 64 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.47 |
| HSL | 334.56º | 0.85% | 0.29% | - |
| HSV(B) | 334.56º | 0.92% | 0.53% | - |
| XYZ | 11.2 | 5.84 | 5.39 | - |
| YUV | 54.42 | 133.41 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 64 | 0 | 0.92 | 0.53 | 0.47 | 334.56 | 0.85 | 0.29 |
| Hex | 88 | B | 40 | 0 | 5C | 35 | 2F | 14F | 55 | 1D |
| Octal | 210 | 13 | 100 | 0 | 134 | 65 | 57 | 517 | 125 | 35 |
| Binary | 10001000 | 1011 | 1000000 | 0 | 1011100 | 110101 | 101111 | 101001111 | 1010101 | 11101 |
Color Harmonies of #880B40
Complementary color
Monochromatic Colors of #880B40
Black with #880B40
Text Example
Text Example
White with #880B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880B40; }
p { color: rgb(136,11,64); }
H1.HeaderClassName
{
color: #880B40;
}
.AnyTagClassName
{
color: #880B40;
}
</style>
background-color css
<style>
a { background-color: #880B40; }
a { background-color: rgb(136,11,64); }
div.DivClassName
{
background-color: #880B40;
}
.BgClassName
{
background-color: #880B40;
}
</style>
border-color css
<style>
span { border-color: #880B40; }
span { border-color: rgb(136,11,64); }
td.TdClassName
{
border-color: #880B40;
}
.TagClassName
{
border-color: #880B40;
}
</style>