Shades of Sangria #7D050D
Tints of Sangria #7D050D
RGB
CMYK
RGB Variations
Color information
#7D050D (or 0x7D050D) is known color: Sangria. HEX triplet: 7D, 05 and 0D. RGB value is (125,5,13). Sum of RGB (Red+Green+Blue) = 125+5+13=143 (18% of max value = 765). Red value is 125 (49.22% from 255 or 87.41% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 125 - color contains mainly: red. Hex color #7D050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D050D is #82FAF2. Grayscale: #292929. Windows color (decimal): -8583923 or 853373. OLE color: 853373.
HSL color Cylindrical-coordinate representation of color #7D050D: hue angle of 356º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D050D is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 5 | 13 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.51 |
| HSL | 356º | 0.92% | 0.25% | - |
| HSV(B) | 356º | 0.96% | 0.49% | - |
| XYZ | 8.58 | 4.5 | 0.8 | - |
| YUV | 41.79 | 111.76 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 5 | 13 | 0 | 0.96 | 0.90 | 0.51 | 356 | 0.92 | 0.25 |
| Hex | 7D | 5 | D | 0 | 60 | 5A | 33 | 164 | 5C | 19 |
| Octal | 175 | 5 | 15 | 0 | 140 | 132 | 63 | 544 | 134 | 31 |
| Binary | 1111101 | 101 | 1101 | 0 | 1100000 | 1011010 | 110011 | 101100100 | 1011100 | 11001 |
Color Harmonies of #7D050D
Complementary color
Monochromatic Colors of #7D050D
Black with #7D050D
Text Example
Text Example
White with #7D050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D050D; }
p { color: rgb(125,5,13); }
H1.HeaderClassName
{
color: #7D050D;
}
.AnyTagClassName
{
color: #7D050D;
}
</style>
background-color css
<style>
a { background-color: #7D050D; }
a { background-color: rgb(125,5,13); }
div.DivClassName
{
background-color: #7D050D;
}
.BgClassName
{
background-color: #7D050D;
}
</style>
border-color css
<style>
span { border-color: #7D050D; }
span { border-color: rgb(125,5,13); }
td.TdClassName
{
border-color: #7D050D;
}
.TagClassName
{
border-color: #7D050D;
}
</style>