Shades of Pompadour #800F3C
Tints of Pompadour #800F3C
RGB
CMYK
RGB Variations
Color information
#800F3C (or 0x800F3C) is known color: Pompadour. HEX triplet: 80, 0F and 3C. RGB value is (128,15,60). Sum of RGB (Red+Green+Blue) = 128+15+60=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #800F3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800F3C is #7FF0C3. Grayscale: #353535. Windows color (decimal): -8384708 or 3936128. OLE color: 3936128.
HSL color Cylindrical-coordinate representation of color #800F3C: hue angle of 336.11º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #800F3C is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 15 | 60 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.50 |
| HSL | 336.11º | 0.79% | 0.28% | - |
| HSV(B) | 336.11º | 0.88% | 0.5% | - |
| XYZ | 9.89 | 5.26 | 4.77 | - |
| YUV | 53.92 | 131.44 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 60 | 0 | 0.88 | 0.53 | 0.50 | 336.11 | 0.79 | 0.28 |
| Hex | 80 | F | 3C | 0 | 58 | 35 | 32 | 150 | 4F | 1C |
| Octal | 200 | 17 | 74 | 0 | 130 | 65 | 62 | 520 | 117 | 34 |
| Binary | 10000000 | 1111 | 111100 | 0 | 1011000 | 110101 | 110010 | 101010000 | 1001111 | 11100 |
Color Harmonies of #800F3C
Complementary color
Monochromatic Colors of #800F3C
Black with #800F3C
Text Example
Text Example
White with #800F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800F3C; }
p { color: rgb(128,15,60); }
H1.HeaderClassName
{
color: #800F3C;
}
.AnyTagClassName
{
color: #800F3C;
}
</style>
background-color css
<style>
a { background-color: #800F3C; }
a { background-color: rgb(128,15,60); }
div.DivClassName
{
background-color: #800F3C;
}
.BgClassName
{
background-color: #800F3C;
}
</style>
border-color css
<style>
span { border-color: #800F3C; }
span { border-color: rgb(128,15,60); }
td.TdClassName
{
border-color: #800F3C;
}
.TagClassName
{
border-color: #800F3C;
}
</style>