Shades of Sangria #7D070F
Tints of Sangria #7D070F
RGB
CMYK
RGB Variations
Color information
#7D070F (or 0x7D070F) is known color: Sangria. HEX triplet: 7D, 07 and 0F. RGB value is (125,7,15). Sum of RGB (Red+Green+Blue) = 125+7+15=147 (19% of max value = 765). Red value is 125 (49.22% from 255 or 85.03% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 125 - color contains mainly: red. Hex color #7D070F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D070F is #82F8F0. Grayscale: #2B2B2B. Windows color (decimal): -8583409 or 984957. OLE color: 984957.
HSL color Cylindrical-coordinate representation of color #7D070F: hue angle of 355.93º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D070F is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 7 | 15 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.51 |
| HSL | 355.93º | 0.89% | 0.26% | - |
| HSV(B) | 355.93º | 0.94% | 0.49% | - |
| XYZ | 8.62 | 4.55 | 0.88 | - |
| YUV | 43.19 | 112.09 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 7 | 15 | 0 | 0.94 | 0.88 | 0.51 | 355.93 | 0.89 | 0.26 |
| Hex | 7D | 7 | F | 0 | 5E | 58 | 33 | 164 | 59 | 1A |
| Octal | 175 | 7 | 17 | 0 | 136 | 130 | 63 | 544 | 131 | 32 |
| Binary | 1111101 | 111 | 1111 | 0 | 1011110 | 1011000 | 110011 | 101100100 | 1011001 | 11010 |
Color Harmonies of #7D070F
Complementary color
Monochromatic Colors of #7D070F
Black with #7D070F
Text Example
Text Example
White with #7D070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D070F; }
p { color: rgb(125,7,15); }
H1.HeaderClassName
{
color: #7D070F;
}
.AnyTagClassName
{
color: #7D070F;
}
</style>
background-color css
<style>
a { background-color: #7D070F; }
a { background-color: rgb(125,7,15); }
div.DivClassName
{
background-color: #7D070F;
}
.BgClassName
{
background-color: #7D070F;
}
</style>
border-color css
<style>
span { border-color: #7D070F; }
span { border-color: rgb(125,7,15); }
td.TdClassName
{
border-color: #7D070F;
}
.TagClassName
{
border-color: #7D070F;
}
</style>