Shades of Pompadour #800D3C
Tints of Pompadour #800D3C
RGB
CMYK
RGB Variations
Color information
#800D3C (or 0x800D3C) is known color: Pompadour. HEX triplet: 80, 0D and 3C. RGB value is (128,13,60). Sum of RGB (Red+Green+Blue) = 128+13+60=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #800D3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800D3C is #7FF2C3. Grayscale: #343434. Windows color (decimal): -8385220 or 3935616. OLE color: 3935616.
HSL color Cylindrical-coordinate representation of color #800D3C: hue angle of 335.48º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800D3C is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 13 | 60 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.50 |
| HSL | 335.48º | 0.82% | 0.28% | - |
| HSV(B) | 335.48º | 0.9% | 0.5% | - |
| XYZ | 9.86 | 5.2 | 4.76 | - |
| YUV | 52.74 | 132.1 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 60 | 0 | 0.90 | 0.53 | 0.50 | 335.48 | 0.82 | 0.28 |
| Hex | 80 | D | 3C | 0 | 5A | 35 | 32 | 14F | 52 | 1C |
| Octal | 200 | 15 | 74 | 0 | 132 | 65 | 62 | 517 | 122 | 34 |
| Binary | 10000000 | 1101 | 111100 | 0 | 1011010 | 110101 | 110010 | 101001111 | 1010010 | 11100 |
Color Harmonies of #800D3C
Complementary color
Monochromatic Colors of #800D3C
Black with #800D3C
Text Example
Text Example
White with #800D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800D3C; }
p { color: rgb(128,13,60); }
H1.HeaderClassName
{
color: #800D3C;
}
.AnyTagClassName
{
color: #800D3C;
}
</style>
background-color css
<style>
a { background-color: #800D3C; }
a { background-color: rgb(128,13,60); }
div.DivClassName
{
background-color: #800D3C;
}
.BgClassName
{
background-color: #800D3C;
}
</style>
border-color css
<style>
span { border-color: #800D3C; }
span { border-color: rgb(128,13,60); }
td.TdClassName
{
border-color: #800D3C;
}
.TagClassName
{
border-color: #800D3C;
}
</style>