Shades of Pompadour #7F0C3E
Tints of Pompadour #7F0C3E
RGB
CMYK
RGB Variations
Color information
#7F0C3E (or 0x7F0C3E) is known color: Pompadour. HEX triplet: 7F, 0C and 3E. RGB value is (127,12,62). Sum of RGB (Red+Green+Blue) = 127+12+62=201 (26% of max value = 765). Red value is 127 (50% from 255 or 63.18% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0C3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0C3E is #80F3C1. Grayscale: #343434. Windows color (decimal): -8451010 or 4066431. OLE color: 4066431.
HSL color Cylindrical-coordinate representation of color #7F0C3E: hue angle of 333.91º 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 #7F0C3E is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 12 | 62 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.50 |
| HSL | 333.91º | 0.83% | 0.27% | - |
| HSV(B) | 333.91º | 0.91% | 0.5% | - |
| XYZ | 9.75 | 5.12 | 5.03 | - |
| YUV | 52.09 | 133.6 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 12 | 62 | 0 | 0.91 | 0.51 | 0.50 | 333.91 | 0.83 | 0.27 |
| Hex | 7F | C | 3E | 0 | 5B | 33 | 32 | 14E | 53 | 1B |
| Octal | 177 | 14 | 76 | 0 | 133 | 63 | 62 | 516 | 123 | 33 |
| Binary | 1111111 | 1100 | 111110 | 0 | 1011011 | 110011 | 110010 | 101001110 | 1010011 | 11011 |
Color Harmonies of #7F0C3E
Complementary color
Monochromatic Colors of #7F0C3E
Black with #7F0C3E
Text Example
Text Example
White with #7F0C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0C3E; }
p { color: rgb(127,12,62); }
H1.HeaderClassName
{
color: #7F0C3E;
}
.AnyTagClassName
{
color: #7F0C3E;
}
</style>
background-color css
<style>
a { background-color: #7F0C3E; }
a { background-color: rgb(127,12,62); }
div.DivClassName
{
background-color: #7F0C3E;
}
.BgClassName
{
background-color: #7F0C3E;
}
</style>
border-color css
<style>
span { border-color: #7F0C3E; }
span { border-color: rgb(127,12,62); }
td.TdClassName
{
border-color: #7F0C3E;
}
.TagClassName
{
border-color: #7F0C3E;
}
</style>