Shades of Pompadour #710F3C
Tints of Pompadour #710F3C
RGB
CMYK
RGB Variations
Color information
#710F3C (or 0x710F3C) is known color: Pompadour. HEX triplet: 71, 0F and 3C. RGB value is (113,15,60). Sum of RGB (Red+Green+Blue) = 113+15+60=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #710F3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710F3C is #8EF0C3. Grayscale: #313131. Windows color (decimal): -9367748 or 3936113. OLE color: 3936113.
HSL color Cylindrical-coordinate representation of color #710F3C: hue angle of 332.45º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #710F3C is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 15 | 60 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.56 |
| HSL | 332.45º | 0.77% | 0.25% | - |
| HSV(B) | 332.45º | 0.87% | 0.44% | - |
| XYZ | 7.8 | 4.18 | 4.67 | - |
| YUV | 49.43 | 133.97 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 60 | 0 | 0.87 | 0.47 | 0.56 | 332.45 | 0.77 | 0.25 |
| Hex | 71 | F | 3C | 0 | 57 | 2F | 38 | 14C | 4D | 19 |
| Octal | 161 | 17 | 74 | 0 | 127 | 57 | 70 | 514 | 115 | 31 |
| Binary | 1110001 | 1111 | 111100 | 0 | 1010111 | 101111 | 111000 | 101001100 | 1001101 | 11001 |
Color Harmonies of #710F3C
Complementary color
Monochromatic Colors of #710F3C
Black with #710F3C
Text Example
Text Example
White with #710F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710F3C; }
p { color: rgb(113,15,60); }
H1.HeaderClassName
{
color: #710F3C;
}
.AnyTagClassName
{
color: #710F3C;
}
</style>
background-color css
<style>
a { background-color: #710F3C; }
a { background-color: rgb(113,15,60); }
div.DivClassName
{
background-color: #710F3C;
}
.BgClassName
{
background-color: #710F3C;
}
</style>
border-color css
<style>
span { border-color: #710F3C; }
span { border-color: rgb(113,15,60); }
td.TdClassName
{
border-color: #710F3C;
}
.TagClassName
{
border-color: #710F3C;
}
</style>