Shades of Sangria #7E080B
Tints of Sangria #7E080B
RGB
CMYK
RGB Variations
Color information
#7E080B (or 0x7E080B) is known color: Sangria. HEX triplet: 7E, 08 and 0B. RGB value is (126,8,11). Sum of RGB (Red+Green+Blue) = 126+8+11=145 (19% of max value = 765). Red value is 126 (49.61% from 255 or 86.90% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 126 - color contains mainly: red. Hex color #7E080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E080B is #81F7F4. Grayscale: #2B2B2B. Windows color (decimal): -8517621 or 723070. OLE color: 723070.
HSL color Cylindrical-coordinate representation of color #7E080B: hue angle of 358.47º 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 #7E080B is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 8 | 11 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.51 |
| HSL | 358.47º | 0.88% | 0.26% | - |
| HSV(B) | 358.47º | 0.94% | 0.49% | - |
| XYZ | 8.75 | 4.63 | 0.75 | - |
| YUV | 43.62 | 109.59 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 8 | 11 | 0 | 0.94 | 0.91 | 0.51 | 358.47 | 0.88 | 0.26 |
| Hex | 7E | 8 | B | 0 | 5E | 5B | 33 | 166 | 58 | 1A |
| Octal | 176 | 10 | 13 | 0 | 136 | 133 | 63 | 546 | 130 | 32 |
| Binary | 1111110 | 1000 | 1011 | 0 | 1011110 | 1011011 | 110011 | 101100110 | 1011000 | 11010 |
Color Harmonies of #7E080B
Complementary color
Monochromatic Colors of #7E080B
Black with #7E080B
Text Example
Text Example
White with #7E080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E080B; }
p { color: rgb(126,8,11); }
H1.HeaderClassName
{
color: #7E080B;
}
.AnyTagClassName
{
color: #7E080B;
}
</style>
background-color css
<style>
a { background-color: #7E080B; }
a { background-color: rgb(126,8,11); }
div.DivClassName
{
background-color: #7E080B;
}
.BgClassName
{
background-color: #7E080B;
}
</style>
border-color css
<style>
span { border-color: #7E080B; }
span { border-color: rgb(126,8,11); }
td.TdClassName
{
border-color: #7E080B;
}
.TagClassName
{
border-color: #7E080B;
}
</style>