Shades of Sangria #7E060B
Tints of Sangria #7E060B
RGB
CMYK
RGB Variations
Color information
#7E060B (or 0x7E060B) is known color: Sangria. HEX triplet: 7E, 06 and 0B. RGB value is (126,6,11). Sum of RGB (Red+Green+Blue) = 126+6+11=143 (18% of max value = 765). Red value is 126 (49.61% from 255 or 88.11% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 126 - color contains mainly: red. Hex color #7E060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E060B is #81F9F4. Grayscale: #2A2A2A. Windows color (decimal): -8518133 or 722558. OLE color: 722558.
HSL color Cylindrical-coordinate representation of color #7E060B: hue angle of 357.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E060B is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 6 | 11 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.51 |
| HSL | 357.5º | 0.91% | 0.26% | - |
| HSV(B) | 357.5º | 0.95% | 0.49% | - |
| XYZ | 8.73 | 4.59 | 0.74 | - |
| YUV | 42.45 | 110.26 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 6 | 11 | 0 | 0.95 | 0.91 | 0.51 | 357.5 | 0.91 | 0.26 |
| Hex | 7E | 6 | B | 0 | 5F | 5B | 33 | 166 | 5B | 1A |
| Octal | 176 | 6 | 13 | 0 | 137 | 133 | 63 | 546 | 133 | 32 |
| Binary | 1111110 | 110 | 1011 | 0 | 1011111 | 1011011 | 110011 | 101100110 | 1011011 | 11010 |
Color Harmonies of #7E060B
Complementary color
Monochromatic Colors of #7E060B
Black with #7E060B
Text Example
Text Example
White with #7E060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E060B; }
p { color: rgb(126,6,11); }
H1.HeaderClassName
{
color: #7E060B;
}
.AnyTagClassName
{
color: #7E060B;
}
</style>
background-color css
<style>
a { background-color: #7E060B; }
a { background-color: rgb(126,6,11); }
div.DivClassName
{
background-color: #7E060B;
}
.BgClassName
{
background-color: #7E060B;
}
</style>
border-color css
<style>
span { border-color: #7E060B; }
span { border-color: rgb(126,6,11); }
td.TdClassName
{
border-color: #7E060B;
}
.TagClassName
{
border-color: #7E060B;
}
</style>