Shades of Pompadour #7F133C
Tints of Pompadour #7F133C
RGB
CMYK
RGB Variations
Color information
#7F133C (or 0x7F133C) is known color: Pompadour. HEX triplet: 7F, 13 and 3C. RGB value is (127,19,60). Sum of RGB (Red+Green+Blue) = 127+19+60=206 (27% of max value = 765). Red value is 127 (50% from 255 or 61.65% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 127 - color contains mainly: red. Hex color #7F133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F133C is #80ECC3. Grayscale: #373737. Windows color (decimal): -8449220 or 3937151. OLE color: 3937151.
HSL color Cylindrical-coordinate representation of color #7F133C: hue angle of 337.22º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F133C is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 19 | 60 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.50 |
| HSL | 337.22º | 0.74% | 0.29% | - |
| HSV(B) | 337.22º | 0.85% | 0.5% | - |
| XYZ | 9.8 | 5.3 | 4.78 | - |
| YUV | 55.97 | 130.28 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 19 | 60 | 0 | 0.85 | 0.53 | 0.50 | 337.22 | 0.74 | 0.29 |
| Hex | 7F | 13 | 3C | 0 | 55 | 35 | 32 | 151 | 4A | 1D |
| Octal | 177 | 23 | 74 | 0 | 125 | 65 | 62 | 521 | 112 | 35 |
| Binary | 1111111 | 10011 | 111100 | 0 | 1010101 | 110101 | 110010 | 101010001 | 1001010 | 11101 |
Color Harmonies of #7F133C
Complementary color
Monochromatic Colors of #7F133C
Black with #7F133C
Text Example
Text Example
White with #7F133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F133C; }
p { color: rgb(127,19,60); }
H1.HeaderClassName
{
color: #7F133C;
}
.AnyTagClassName
{
color: #7F133C;
}
</style>
background-color css
<style>
a { background-color: #7F133C; }
a { background-color: rgb(127,19,60); }
div.DivClassName
{
background-color: #7F133C;
}
.BgClassName
{
background-color: #7F133C;
}
</style>
border-color css
<style>
span { border-color: #7F133C; }
span { border-color: rgb(127,19,60); }
td.TdClassName
{
border-color: #7F133C;
}
.TagClassName
{
border-color: #7F133C;
}
</style>