Shades of Pompadour #71184E
Tints of Pompadour #71184E
RGB
CMYK
RGB Variations
Color information
#71184E (or 0x71184E) is known color: Pompadour. HEX triplet: 71, 18 and 4E. RGB value is (113,24,78). Sum of RGB (Red+Green+Blue) = 113+24+78=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #71184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71184E is #8EE7B1. Grayscale: #383838. Windows color (decimal): -9365426 or 5118065. OLE color: 5118065.
HSL color Cylindrical-coordinate representation of color #71184E: hue angle of 323.6º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71184E is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 24 | 78 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.56 |
| HSL | 323.6º | 0.65% | 0.27% | - |
| HSV(B) | 323.6º | 0.79% | 0.44% | - |
| XYZ | 8.51 | 4.71 | 7.67 | - |
| YUV | 56.77 | 139.99 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 24 | 78 | 0 | 0.79 | 0.31 | 0.56 | 323.6 | 0.65 | 0.27 |
| Hex | 71 | 18 | 4E | 0 | 4F | 1F | 38 | 144 | 41 | 1B |
| Octal | 161 | 30 | 116 | 0 | 117 | 37 | 70 | 504 | 101 | 33 |
| Binary | 1110001 | 11000 | 1001110 | 0 | 1001111 | 11111 | 111000 | 101000100 | 1000001 | 11011 |
Color Harmonies of #71184E
Complementary color
Monochromatic Colors of #71184E
Black with #71184E
Text Example
Text Example
White with #71184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71184E; }
p { color: rgb(113,24,78); }
H1.HeaderClassName
{
color: #71184E;
}
.AnyTagClassName
{
color: #71184E;
}
</style>
background-color css
<style>
a { background-color: #71184E; }
a { background-color: rgb(113,24,78); }
div.DivClassName
{
background-color: #71184E;
}
.BgClassName
{
background-color: #71184E;
}
</style>
border-color css
<style>
span { border-color: #71184E; }
span { border-color: rgb(113,24,78); }
td.TdClassName
{
border-color: #71184E;
}
.TagClassName
{
border-color: #71184E;
}
</style>