Shades of Pompadour #71144B
Tints of Pompadour #71144B
RGB
CMYK
RGB Variations
Color information
#71144B (or 0x71144B) is known color: Pompadour. HEX triplet: 71, 14 and 4B. RGB value is (113,20,75). Sum of RGB (Red+Green+Blue) = 113+20+75=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #71144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71144B is #8EEBB4. Grayscale: #353535. Windows color (decimal): -9366453 or 4920433. OLE color: 4920433.
HSL color Cylindrical-coordinate representation of color #71144B: hue angle of 324.52º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71144B is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 20 | 75 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.56 |
| HSL | 324.52º | 0.7% | 0.26% | - |
| HSV(B) | 324.52º | 0.82% | 0.44% | - |
| XYZ | 8.33 | 4.52 | 7.09 | - |
| YUV | 54.08 | 139.81 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 20 | 75 | 0 | 0.82 | 0.34 | 0.56 | 324.52 | 0.7 | 0.26 |
| Hex | 71 | 14 | 4B | 0 | 52 | 22 | 38 | 145 | 46 | 1A |
| Octal | 161 | 24 | 113 | 0 | 122 | 42 | 70 | 505 | 106 | 32 |
| Binary | 1110001 | 10100 | 1001011 | 0 | 1010010 | 100010 | 111000 | 101000101 | 1000110 | 11010 |
Color Harmonies of #71144B
Complementary color
Monochromatic Colors of #71144B
Black with #71144B
Text Example
Text Example
White with #71144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71144B; }
p { color: rgb(113,20,75); }
H1.HeaderClassName
{
color: #71144B;
}
.AnyTagClassName
{
color: #71144B;
}
</style>
background-color css
<style>
a { background-color: #71144B; }
a { background-color: rgb(113,20,75); }
div.DivClassName
{
background-color: #71144B;
}
.BgClassName
{
background-color: #71144B;
}
</style>
border-color css
<style>
span { border-color: #71144B; }
span { border-color: rgb(113,20,75); }
td.TdClassName
{
border-color: #71144B;
}
.TagClassName
{
border-color: #71144B;
}
</style>