Shades of Pompadour #7D0D3C
Tints of Pompadour #7D0D3C
RGB
CMYK
RGB Variations
Color information
#7D0D3C (or 0x7D0D3C) is known color: Pompadour. HEX triplet: 7D, 0D and 3C. RGB value is (125,13,60). Sum of RGB (Red+Green+Blue) = 125+13+60=198 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.13% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0D3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0D3C is #82F2C3. Grayscale: #333333. Windows color (decimal): -8581828 or 3935613. OLE color: 3935613.
HSL color Cylindrical-coordinate representation of color #7D0D3C: hue angle of 334.82º 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 #7D0D3C is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 13 | 60 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.51 |
| HSL | 334.82º | 0.81% | 0.27% | - |
| HSV(B) | 334.82º | 0.9% | 0.49% | - |
| XYZ | 9.42 | 4.97 | 4.74 | - |
| YUV | 51.85 | 132.61 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 13 | 60 | 0 | 0.90 | 0.52 | 0.51 | 334.82 | 0.81 | 0.27 |
| Hex | 7D | D | 3C | 0 | 5A | 34 | 33 | 14F | 51 | 1B |
| Octal | 175 | 15 | 74 | 0 | 132 | 64 | 63 | 517 | 121 | 33 |
| Binary | 1111101 | 1101 | 111100 | 0 | 1011010 | 110100 | 110011 | 101001111 | 1010001 | 11011 |
Color Harmonies of #7D0D3C
Complementary color
Monochromatic Colors of #7D0D3C
Black with #7D0D3C
Text Example
Text Example
White with #7D0D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0D3C; }
p { color: rgb(125,13,60); }
H1.HeaderClassName
{
color: #7D0D3C;
}
.AnyTagClassName
{
color: #7D0D3C;
}
</style>
background-color css
<style>
a { background-color: #7D0D3C; }
a { background-color: rgb(125,13,60); }
div.DivClassName
{
background-color: #7D0D3C;
}
.BgClassName
{
background-color: #7D0D3C;
}
</style>
border-color css
<style>
span { border-color: #7D0D3C; }
span { border-color: rgb(125,13,60); }
td.TdClassName
{
border-color: #7D0D3C;
}
.TagClassName
{
border-color: #7D0D3C;
}
</style>