Shades of Sangria #7D0D0E
Tints of Sangria #7D0D0E
RGB
CMYK
RGB Variations
Color information
#7D0D0E (or 0x7D0D0E) is known color: Sangria. HEX triplet: 7D, 0D and 0E. RGB value is (125,13,14). Sum of RGB (Red+Green+Blue) = 125+13+14=152 (20% of max value = 765). Red value is 125 (49.22% from 255 or 82.24% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0D0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0D0E is #82F2F1. Grayscale: #2E2E2E. Windows color (decimal): -8581874 or 920957. OLE color: 920957.
HSL color Cylindrical-coordinate representation of color #7D0D0E: hue angle of 359.46º 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 #7D0D0E is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 13 | 14 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.51 |
| HSL | 359.46º | 0.81% | 0.27% | - |
| HSV(B) | 359.46º | 0.9% | 0.49% | - |
| XYZ | 8.68 | 4.68 | 0.86 | - |
| YUV | 46.6 | 109.61 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 13 | 14 | 0 | 0.90 | 0.89 | 0.51 | 359.46 | 0.81 | 0.27 |
| Hex | 7D | D | E | 0 | 5A | 59 | 33 | 167 | 51 | 1B |
| Octal | 175 | 15 | 16 | 0 | 132 | 131 | 63 | 547 | 121 | 33 |
| Binary | 1111101 | 1101 | 1110 | 0 | 1011010 | 1011001 | 110011 | 101100111 | 1010001 | 11011 |
Color Harmonies of #7D0D0E
Complementary color
Monochromatic Colors of #7D0D0E
Black with #7D0D0E
Text Example
Text Example
White with #7D0D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0D0E; }
p { color: rgb(125,13,14); }
H1.HeaderClassName
{
color: #7D0D0E;
}
.AnyTagClassName
{
color: #7D0D0E;
}
</style>
background-color css
<style>
a { background-color: #7D0D0E; }
a { background-color: rgb(125,13,14); }
div.DivClassName
{
background-color: #7D0D0E;
}
.BgClassName
{
background-color: #7D0D0E;
}
</style>
border-color css
<style>
span { border-color: #7D0D0E; }
span { border-color: rgb(125,13,14); }
td.TdClassName
{
border-color: #7D0D0E;
}
.TagClassName
{
border-color: #7D0D0E;
}
</style>