Shades of Sangria #7D080F
Tints of Sangria #7D080F
RGB
CMYK
RGB Variations
Color information
#7D080F (or 0x7D080F) is known color: Sangria. HEX triplet: 7D, 08 and 0F. RGB value is (125,8,15). Sum of RGB (Red+Green+Blue) = 125+8+15=148 (19% of max value = 765). Red value is 125 (49.22% from 255 or 84.46% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 125 - color contains mainly: red. Hex color #7D080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D080F is #82F7F0. Grayscale: #2B2B2B. Windows color (decimal): -8583153 or 985213. OLE color: 985213.
HSL color Cylindrical-coordinate representation of color #7D080F: hue angle of 356.41º degrees, saturation: 0.88, 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 #7D080F is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 8 | 15 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.51 |
| HSL | 356.41º | 0.88% | 0.26% | - |
| HSV(B) | 356.41º | 0.94% | 0.49% | - |
| XYZ | 8.63 | 4.57 | 0.88 | - |
| YUV | 43.78 | 111.76 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 8 | 15 | 0 | 0.94 | 0.88 | 0.51 | 356.41 | 0.88 | 0.26 |
| Hex | 7D | 8 | F | 0 | 5E | 58 | 33 | 164 | 58 | 1A |
| Octal | 175 | 10 | 17 | 0 | 136 | 130 | 63 | 544 | 130 | 32 |
| Binary | 1111101 | 1000 | 1111 | 0 | 1011110 | 1011000 | 110011 | 101100100 | 1011000 | 11010 |
Color Harmonies of #7D080F
Complementary color
Monochromatic Colors of #7D080F
Black with #7D080F
Text Example
Text Example
White with #7D080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D080F; }
p { color: rgb(125,8,15); }
H1.HeaderClassName
{
color: #7D080F;
}
.AnyTagClassName
{
color: #7D080F;
}
</style>
background-color css
<style>
a { background-color: #7D080F; }
a { background-color: rgb(125,8,15); }
div.DivClassName
{
background-color: #7D080F;
}
.BgClassName
{
background-color: #7D080F;
}
</style>
border-color css
<style>
span { border-color: #7D080F; }
span { border-color: rgb(125,8,15); }
td.TdClassName
{
border-color: #7D080F;
}
.TagClassName
{
border-color: #7D080F;
}
</style>