Shades of Sangria #7D050B
Tints of Sangria #7D050B
RGB
CMYK
RGB Variations
Color information
#7D050B (or 0x7D050B) is known color: Sangria. HEX triplet: 7D, 05 and 0B. RGB value is (125,5,11). Sum of RGB (Red+Green+Blue) = 125+5+11=141 (18% of max value = 765). Red value is 125 (49.22% from 255 or 88.65% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 125 - color contains mainly: red. Hex color #7D050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D050B is #82FAF4. Grayscale: #292929. Windows color (decimal): -8583925 or 722301. OLE color: 722301.
HSL color Cylindrical-coordinate representation of color #7D050B: hue angle of 357º 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 #7D050B is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 5 | 11 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.51 |
| HSL | 357º | 0.92% | 0.25% | - |
| HSV(B) | 357º | 0.96% | 0.49% | - |
| XYZ | 8.57 | 4.49 | 0.73 | - |
| YUV | 41.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 5 | 11 | 0 | 0.96 | 0.91 | 0.51 | 357 | 0.92 | 0.25 |
| Hex | 7D | 5 | B | 0 | 60 | 5B | 33 | 165 | 5C | 19 |
| Octal | 175 | 5 | 13 | 0 | 140 | 133 | 63 | 545 | 134 | 31 |
| Binary | 1111101 | 101 | 1011 | 0 | 1100000 | 1011011 | 110011 | 101100101 | 1011100 | 11001 |
Color Harmonies of #7D050B
Complementary color
Monochromatic Colors of #7D050B
Black with #7D050B
Text Example
Text Example
White with #7D050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D050B; }
p { color: rgb(125,5,11); }
H1.HeaderClassName
{
color: #7D050B;
}
.AnyTagClassName
{
color: #7D050B;
}
</style>
background-color css
<style>
a { background-color: #7D050B; }
a { background-color: rgb(125,5,11); }
div.DivClassName
{
background-color: #7D050B;
}
.BgClassName
{
background-color: #7D050B;
}
</style>
border-color css
<style>
span { border-color: #7D050B; }
span { border-color: rgb(125,5,11); }
td.TdClassName
{
border-color: #7D050B;
}
.TagClassName
{
border-color: #7D050B;
}
</style>