Shades of Pompadour #800C3C
Tints of Pompadour #800C3C
RGB
CMYK
RGB Variations
Color information
#800C3C (or 0x800C3C) is known color: Pompadour. HEX triplet: 80, 0C and 3C. RGB value is (128,12,60). Sum of RGB (Red+Green+Blue) = 128+12+60=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #800C3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800C3C is #7FF3C3. Grayscale: #343434. Windows color (decimal): -8385476 or 3935360. OLE color: 3935360.
HSL color Cylindrical-coordinate representation of color #800C3C: hue angle of 335.17º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800C3C is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 12 | 60 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.50 |
| HSL | 335.17º | 0.83% | 0.27% | - |
| HSV(B) | 335.17º | 0.91% | 0.5% | - |
| XYZ | 9.85 | 5.18 | 4.76 | - |
| YUV | 52.16 | 132.43 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 60 | 0 | 0.91 | 0.53 | 0.50 | 335.17 | 0.83 | 0.27 |
| Hex | 80 | C | 3C | 0 | 5B | 35 | 32 | 14F | 53 | 1B |
| Octal | 200 | 14 | 74 | 0 | 133 | 65 | 62 | 517 | 123 | 33 |
| Binary | 10000000 | 1100 | 111100 | 0 | 1011011 | 110101 | 110010 | 101001111 | 1010011 | 11011 |
Color Harmonies of #800C3C
Complementary color
Monochromatic Colors of #800C3C
Black with #800C3C
Text Example
Text Example
White with #800C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800C3C; }
p { color: rgb(128,12,60); }
H1.HeaderClassName
{
color: #800C3C;
}
.AnyTagClassName
{
color: #800C3C;
}
</style>
background-color css
<style>
a { background-color: #800C3C; }
a { background-color: rgb(128,12,60); }
div.DivClassName
{
background-color: #800C3C;
}
.BgClassName
{
background-color: #800C3C;
}
</style>
border-color css
<style>
span { border-color: #800C3C; }
span { border-color: rgb(128,12,60); }
td.TdClassName
{
border-color: #800C3C;
}
.TagClassName
{
border-color: #800C3C;
}
</style>