Shades of Pompadour #7D1355
Tints of Pompadour #7D1355
RGB
CMYK
RGB Variations
Color information
#7D1355 (or 0x7D1355) is known color: Pompadour. HEX triplet: 7D, 13 and 55. RGB value is (125,19,85). Sum of RGB (Red+Green+Blue) = 125+19+85=229 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.59% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1355 is #82ECAA. Grayscale: #3A3A3A. Windows color (decimal): -8580267 or 5575549. OLE color: 5575549.
HSL color Cylindrical-coordinate representation of color #7D1355: hue angle of 322.64º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D1355 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 19 | 85 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.51 |
| HSL | 322.64º | 0.74% | 0.28% | - |
| HSV(B) | 322.64º | 0.85% | 0.49% | - |
| XYZ | 10.33 | 5.48 | 9.11 | - |
| YUV | 58.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 19 | 85 | 0 | 0.85 | 0.32 | 0.51 | 322.64 | 0.74 | 0.28 |
| Hex | 7D | 13 | 55 | 0 | 55 | 20 | 33 | 143 | 4A | 1C |
| Octal | 175 | 23 | 125 | 0 | 125 | 40 | 63 | 503 | 112 | 34 |
| Binary | 1111101 | 10011 | 1010101 | 0 | 1010101 | 100000 | 110011 | 101000011 | 1001010 | 11100 |
Color Harmonies of #7D1355
Complementary color
Monochromatic Colors of #7D1355
Black with #7D1355
Text Example
Text Example
White with #7D1355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1355; }
p { color: rgb(125,19,85); }
H1.HeaderClassName
{
color: #7D1355;
}
.AnyTagClassName
{
color: #7D1355;
}
</style>
background-color css
<style>
a { background-color: #7D1355; }
a { background-color: rgb(125,19,85); }
div.DivClassName
{
background-color: #7D1355;
}
.BgClassName
{
background-color: #7D1355;
}
</style>
border-color css
<style>
span { border-color: #7D1355; }
span { border-color: rgb(125,19,85); }
td.TdClassName
{
border-color: #7D1355;
}
.TagClassName
{
border-color: #7D1355;
}
</style>