Shades of Sangria #7E000B
Tints of Sangria #7E000B
RGB
CMYK
RGB Variations
Color information
#7E000B (or 0x7E000B) is known color: Sangria. HEX triplet: 7E, 00 and 0B. RGB value is (126,0,11). Sum of RGB (Red+Green+Blue) = 126+0+11=137 (18% of max value = 765). Red value is 126 (49.61% from 255 or 91.97% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 126 - color contains mainly: red. Hex color #7E000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E000B is #81FFF4. Grayscale: #272727. Windows color (decimal): -8519669 or 721022. OLE color: 721022.
HSL color Cylindrical-coordinate representation of color #7E000B: hue angle of 354.76º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E000B is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.91 | 0.51 |
| HSL | 354.76º | 1% | 0.25% | - |
| HSV(B) | 354.76º | 1% | 0.49% | - |
| XYZ | 8.66 | 4.46 | 0.72 | - |
| YUV | 38.93 | 112.24 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 11 | 0 | 1 | 0.91 | 0.51 | 354.76 | 1 | 0.25 |
| Hex | 7E | 0 | B | 0 | 64 | 5B | 33 | 163 | 64 | 19 |
| Octal | 176 | 0 | 13 | 0 | 144 | 133 | 63 | 543 | 144 | 31 |
| Binary | 1111110 | 0 | 1011 | 0 | 1100100 | 1011011 | 110011 | 101100011 | 1100100 | 11001 |
Color Harmonies of #7E000B
Complementary color
Monochromatic Colors of #7E000B
Black with #7E000B
Text Example
Text Example
White with #7E000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E000B; }
p { color: rgb(126,0,11); }
H1.HeaderClassName
{
color: #7E000B;
}
.AnyTagClassName
{
color: #7E000B;
}
</style>
background-color css
<style>
a { background-color: #7E000B; }
a { background-color: rgb(126,0,11); }
div.DivClassName
{
background-color: #7E000B;
}
.BgClassName
{
background-color: #7E000B;
}
</style>
border-color css
<style>
span { border-color: #7E000B; }
span { border-color: rgb(126,0,11); }
td.TdClassName
{
border-color: #7E000B;
}
.TagClassName
{
border-color: #7E000B;
}
</style>