Shades of Pompadour #800D3F
Tints of Pompadour #800D3F
RGB
CMYK
RGB Variations
Color information
#800D3F (or 0x800D3F) is known color: Pompadour. HEX triplet: 80, 0D and 3F. RGB value is (128,13,63). Sum of RGB (Red+Green+Blue) = 128+13+63=204 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.75% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 128 - color contains mainly: red. Hex color #800D3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800D3F is #7FF2C0. Grayscale: #353535. Windows color (decimal): -8385217 or 4132224. OLE color: 4132224.
HSL color Cylindrical-coordinate representation of color #800D3F: hue angle of 333.91º 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 #800D3F is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 13 | 63 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.50 |
| HSL | 333.91º | 0.82% | 0.28% | - |
| HSV(B) | 333.91º | 0.9% | 0.5% | - |
| XYZ | 9.94 | 5.24 | 5.19 | - |
| YUV | 53.09 | 133.6 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 63 | 0 | 0.90 | 0.51 | 0.50 | 333.91 | 0.82 | 0.28 |
| Hex | 80 | D | 3F | 0 | 5A | 33 | 32 | 14E | 52 | 1C |
| Octal | 200 | 15 | 77 | 0 | 132 | 63 | 62 | 516 | 122 | 34 |
| Binary | 10000000 | 1101 | 111111 | 0 | 1011010 | 110011 | 110010 | 101001110 | 1010010 | 11100 |
Color Harmonies of #800D3F
Complementary color
Monochromatic Colors of #800D3F
Black with #800D3F
Text Example
Text Example
White with #800D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800D3F; }
p { color: rgb(128,13,63); }
H1.HeaderClassName
{
color: #800D3F;
}
.AnyTagClassName
{
color: #800D3F;
}
</style>
background-color css
<style>
a { background-color: #800D3F; }
a { background-color: rgb(128,13,63); }
div.DivClassName
{
background-color: #800D3F;
}
.BgClassName
{
background-color: #800D3F;
}
</style>
border-color css
<style>
span { border-color: #800D3F; }
span { border-color: rgb(128,13,63); }
td.TdClassName
{
border-color: #800D3F;
}
.TagClassName
{
border-color: #800D3F;
}
</style>