Shades of Pompadour #7D0D3A
Tints of Pompadour #7D0D3A
RGB
CMYK
RGB Variations
Color information
#7D0D3A (or 0x7D0D3A) is known color: Pompadour. HEX triplet: 7D, 0D and 3A. RGB value is (125,13,58). Sum of RGB (Red+Green+Blue) = 125+13+58=196 (25% of max value = 765). Red value is 125 (49.22% from 255 or 63.78% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0D3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0D3A is #82F2C5. Grayscale: #333333. Windows color (decimal): -8581830 or 3804541. OLE color: 3804541.
HSL color Cylindrical-coordinate representation of color #7D0D3A: hue angle of 335.89º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D0D3A is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 13 | 58 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.51 |
| HSL | 335.89º | 0.81% | 0.27% | - |
| HSV(B) | 335.89º | 0.9% | 0.49% | - |
| XYZ | 9.37 | 4.95 | 4.47 | - |
| YUV | 51.62 | 131.61 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 13 | 58 | 0 | 0.90 | 0.54 | 0.51 | 335.89 | 0.81 | 0.27 |
| Hex | 7D | D | 3A | 0 | 5A | 36 | 33 | 150 | 51 | 1B |
| Octal | 175 | 15 | 72 | 0 | 132 | 66 | 63 | 520 | 121 | 33 |
| Binary | 1111101 | 1101 | 111010 | 0 | 1011010 | 110110 | 110011 | 101010000 | 1010001 | 11011 |
Color Harmonies of #7D0D3A
Complementary color
Monochromatic Colors of #7D0D3A
Black with #7D0D3A
Text Example
Text Example
White with #7D0D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0D3A; }
p { color: rgb(125,13,58); }
H1.HeaderClassName
{
color: #7D0D3A;
}
.AnyTagClassName
{
color: #7D0D3A;
}
</style>
background-color css
<style>
a { background-color: #7D0D3A; }
a { background-color: rgb(125,13,58); }
div.DivClassName
{
background-color: #7D0D3A;
}
.BgClassName
{
background-color: #7D0D3A;
}
</style>
border-color css
<style>
span { border-color: #7D0D3A; }
span { border-color: rgb(125,13,58); }
td.TdClassName
{
border-color: #7D0D3A;
}
.TagClassName
{
border-color: #7D0D3A;
}
</style>