Shades of Pompadour #76153E
Tints of Pompadour #76153E
RGB
CMYK
RGB Variations
Color information
#76153E (or 0x76153E) is known color: Pompadour. HEX triplet: 76, 15 and 3E. RGB value is (118,21,62). Sum of RGB (Red+Green+Blue) = 118+21+62=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #76153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76153E is #89EAC1. Grayscale: #363636. Windows color (decimal): -9038530 or 4068726. OLE color: 4068726.
HSL color Cylindrical-coordinate representation of color #76153E: hue angle of 334.64º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76153E is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 21 | 62 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.54 |
| HSL | 334.64º | 0.7% | 0.27% | - |
| HSV(B) | 334.64º | 0.82% | 0.46% | - |
| XYZ | 8.61 | 4.74 | 5.02 | - |
| YUV | 54.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 62 | 0 | 0.82 | 0.47 | 0.54 | 334.64 | 0.7 | 0.27 |
| Hex | 76 | 15 | 3E | 0 | 52 | 2F | 36 | 14F | 46 | 1B |
| Octal | 166 | 25 | 76 | 0 | 122 | 57 | 66 | 517 | 106 | 33 |
| Binary | 1110110 | 10101 | 111110 | 0 | 1010010 | 101111 | 110110 | 101001111 | 1000110 | 11011 |
Color Harmonies of #76153E
Complementary color
Monochromatic Colors of #76153E
Black with #76153E
Text Example
Text Example
White with #76153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76153E; }
p { color: rgb(118,21,62); }
H1.HeaderClassName
{
color: #76153E;
}
.AnyTagClassName
{
color: #76153E;
}
</style>
background-color css
<style>
a { background-color: #76153E; }
a { background-color: rgb(118,21,62); }
div.DivClassName
{
background-color: #76153E;
}
.BgClassName
{
background-color: #76153E;
}
</style>
border-color css
<style>
span { border-color: #76153E; }
span { border-color: rgb(118,21,62); }
td.TdClassName
{
border-color: #76153E;
}
.TagClassName
{
border-color: #76153E;
}
</style>