Shades of Pompadour #7D0D3D
Tints of Pompadour #7D0D3D
RGB
CMYK
RGB Variations
Color information
#7D0D3D (or 0x7D0D3D) is known color: Pompadour. HEX triplet: 7D, 0D and 3D. RGB value is (125,13,61). Sum of RGB (Red+Green+Blue) = 125+13+61=199 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.81% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0D3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0D3D is #82F2C2. Grayscale: #333333. Windows color (decimal): -8581827 or 4001149. OLE color: 4001149.
HSL color Cylindrical-coordinate representation of color #7D0D3D: hue angle of 334.29º 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 #7D0D3D is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 13 | 61 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.51 |
| HSL | 334.29º | 0.81% | 0.27% | - |
| HSV(B) | 334.29º | 0.9% | 0.49% | - |
| XYZ | 9.44 | 4.98 | 4.88 | - |
| YUV | 51.96 | 133.11 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 13 | 61 | 0 | 0.90 | 0.51 | 0.51 | 334.29 | 0.81 | 0.27 |
| Hex | 7D | D | 3D | 0 | 5A | 33 | 33 | 14E | 51 | 1B |
| Octal | 175 | 15 | 75 | 0 | 132 | 63 | 63 | 516 | 121 | 33 |
| Binary | 1111101 | 1101 | 111101 | 0 | 1011010 | 110011 | 110011 | 101001110 | 1010001 | 11011 |
Color Harmonies of #7D0D3D
Complementary color
Monochromatic Colors of #7D0D3D
Black with #7D0D3D
Text Example
Text Example
White with #7D0D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0D3D; }
p { color: rgb(125,13,61); }
H1.HeaderClassName
{
color: #7D0D3D;
}
.AnyTagClassName
{
color: #7D0D3D;
}
</style>
background-color css
<style>
a { background-color: #7D0D3D; }
a { background-color: rgb(125,13,61); }
div.DivClassName
{
background-color: #7D0D3D;
}
.BgClassName
{
background-color: #7D0D3D;
}
</style>
border-color css
<style>
span { border-color: #7D0D3D; }
span { border-color: rgb(125,13,61); }
td.TdClassName
{
border-color: #7D0D3D;
}
.TagClassName
{
border-color: #7D0D3D;
}
</style>