Shades of Pompadour #880C41
Tints of Pompadour #880C41
RGB
CMYK
RGB Variations
Color information
#880C41 (or 0x880C41) is known color: Pompadour. HEX triplet: 88, 0C and 41. RGB value is (136,12,65). Sum of RGB (Red+Green+Blue) = 136+12+65=213 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.85% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 136 - color contains mainly: red. Hex color #880C41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C41 is #77F3BE. Grayscale: #373737. Windows color (decimal): -7861183 or 4263048. OLE color: 4263048.
HSL color Cylindrical-coordinate representation of color #880C41: hue angle of 334.35º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C41 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 65 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.47 |
| HSL | 334.35º | 0.84% | 0.29% | - |
| HSV(B) | 334.35º | 0.91% | 0.53% | - |
| XYZ | 11.24 | 5.88 | 5.54 | - |
| YUV | 55.12 | 133.58 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 65 | 0 | 0.91 | 0.52 | 0.47 | 334.35 | 0.84 | 0.29 |
| Hex | 88 | C | 41 | 0 | 5B | 34 | 2F | 14E | 54 | 1D |
| Octal | 210 | 14 | 101 | 0 | 133 | 64 | 57 | 516 | 124 | 35 |
| Binary | 10001000 | 1100 | 1000001 | 0 | 1011011 | 110100 | 101111 | 101001110 | 1010100 | 11101 |
Color Harmonies of #880C41
Complementary color
Monochromatic Colors of #880C41
Black with #880C41
Text Example
Text Example
White with #880C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C41; }
p { color: rgb(136,12,65); }
H1.HeaderClassName
{
color: #880C41;
}
.AnyTagClassName
{
color: #880C41;
}
</style>
background-color css
<style>
a { background-color: #880C41; }
a { background-color: rgb(136,12,65); }
div.DivClassName
{
background-color: #880C41;
}
.BgClassName
{
background-color: #880C41;
}
</style>
border-color css
<style>
span { border-color: #880C41; }
span { border-color: rgb(136,12,65); }
td.TdClassName
{
border-color: #880C41;
}
.TagClassName
{
border-color: #880C41;
}
</style>