Shades of Sangria #7E0208
Tints of Sangria #7E0208
RGB
CMYK
RGB Variations
Color information
#7E0208 (or 0x7E0208) is known color: Sangria. HEX triplet: 7E, 02 and 08. RGB value is (126,2,8). Sum of RGB (Red+Green+Blue) = 126+2+8=136 (18% of max value = 765). Red value is 126 (49.61% from 255 or 92.65% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0208 is #81FDF7. Grayscale: #272727. Windows color (decimal): -8519160 or 524926. OLE color: 524926.
HSL color Cylindrical-coordinate representation of color #7E0208: hue angle of 357.1º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E0208 is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 2 | 8 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.51 |
| HSL | 357.1º | 0.97% | 0.25% | - |
| HSV(B) | 357.1º | 0.98% | 0.49% | - |
| XYZ | 8.67 | 4.5 | 0.64 | - |
| YUV | 39.76 | 110.08 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 2 | 8 | 0 | 0.98 | 0.94 | 0.51 | 357.1 | 0.97 | 0.25 |
| Hex | 7E | 2 | 8 | 0 | 62 | 5E | 33 | 165 | 61 | 19 |
| Octal | 176 | 2 | 10 | 0 | 142 | 136 | 63 | 545 | 141 | 31 |
| Binary | 1111110 | 10 | 1000 | 0 | 1100010 | 1011110 | 110011 | 101100101 | 1100001 | 11001 |
Color Harmonies of #7E0208
Complementary color
Monochromatic Colors of #7E0208
Black with #7E0208
Text Example
Text Example
White with #7E0208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0208; }
p { color: rgb(126,2,8); }
H1.HeaderClassName
{
color: #7E0208;
}
.AnyTagClassName
{
color: #7E0208;
}
</style>
background-color css
<style>
a { background-color: #7E0208; }
a { background-color: rgb(126,2,8); }
div.DivClassName
{
background-color: #7E0208;
}
.BgClassName
{
background-color: #7E0208;
}
</style>
border-color css
<style>
span { border-color: #7E0208; }
span { border-color: rgb(126,2,8); }
td.TdClassName
{
border-color: #7E0208;
}
.TagClassName
{
border-color: #7E0208;
}
</style>