Shades of Pompadour #800D3E
Tints of Pompadour #800D3E
RGB
CMYK
RGB Variations
Color information
#800D3E (or 0x800D3E) is known color: Pompadour. HEX triplet: 80, 0D and 3E. RGB value is (128,13,62). Sum of RGB (Red+Green+Blue) = 128+13+62=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #800D3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800D3E is #7FF2C1. Grayscale: #343434. Windows color (decimal): -8385218 or 4066688. OLE color: 4066688.
HSL color Cylindrical-coordinate representation of color #800D3E: hue angle of 334.43º 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 #800D3E is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 13 | 62 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.50 |
| HSL | 334.43º | 0.82% | 0.28% | - |
| HSV(B) | 334.43º | 0.9% | 0.5% | - |
| XYZ | 9.92 | 5.22 | 5.04 | - |
| YUV | 52.97 | 133.1 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 62 | 0 | 0.90 | 0.52 | 0.50 | 334.43 | 0.82 | 0.28 |
| Hex | 80 | D | 3E | 0 | 5A | 34 | 32 | 14E | 52 | 1C |
| Octal | 200 | 15 | 76 | 0 | 132 | 64 | 62 | 516 | 122 | 34 |
| Binary | 10000000 | 1101 | 111110 | 0 | 1011010 | 110100 | 110010 | 101001110 | 1010010 | 11100 |
Color Harmonies of #800D3E
Complementary color
Monochromatic Colors of #800D3E
Black with #800D3E
Text Example
Text Example
White with #800D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800D3E; }
p { color: rgb(128,13,62); }
H1.HeaderClassName
{
color: #800D3E;
}
.AnyTagClassName
{
color: #800D3E;
}
</style>
background-color css
<style>
a { background-color: #800D3E; }
a { background-color: rgb(128,13,62); }
div.DivClassName
{
background-color: #800D3E;
}
.BgClassName
{
background-color: #800D3E;
}
</style>
border-color css
<style>
span { border-color: #800D3E; }
span { border-color: rgb(128,13,62); }
td.TdClassName
{
border-color: #800D3E;
}
.TagClassName
{
border-color: #800D3E;
}
</style>