Shades of Sangria #7E0008
Tints of Sangria #7E0008
RGB
CMYK
RGB Variations
Color information
#7E0008 (or 0x7E0008) is known color: Sangria. HEX triplet: 7E, 00 and 08. RGB value is (126,0,8). Sum of RGB (Red+Green+Blue) = 126+0+8=134 (17% of max value = 765). Red value is 126 (49.61% from 255 or 94.03% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0008 is #81FFF7. Grayscale: #262626. Windows color (decimal): -8519672 or 524414. OLE color: 524414.
HSL color Cylindrical-coordinate representation of color #7E0008: hue angle of 356.19º 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 #7E0008 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.94 | 0.51 |
| HSL | 356.19º | 1% | 0.25% | - |
| HSV(B) | 356.19º | 1% | 0.49% | - |
| XYZ | 8.65 | 4.45 | 0.63 | - |
| YUV | 38.59 | 110.74 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 8 | 0 | 1 | 0.94 | 0.51 | 356.19 | 1 | 0.25 |
| Hex | 7E | 0 | 8 | 0 | 64 | 5E | 33 | 164 | 64 | 19 |
| Octal | 176 | 0 | 10 | 0 | 144 | 136 | 63 | 544 | 144 | 31 |
| Binary | 1111110 | 0 | 1000 | 0 | 1100100 | 1011110 | 110011 | 101100100 | 1100100 | 11001 |
Color Harmonies of #7E0008
Complementary color
Monochromatic Colors of #7E0008
Black with #7E0008
Text Example
Text Example
White with #7E0008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0008; }
p { color: rgb(126,0,8); }
H1.HeaderClassName
{
color: #7E0008;
}
.AnyTagClassName
{
color: #7E0008;
}
</style>
background-color css
<style>
a { background-color: #7E0008; }
a { background-color: rgb(126,0,8); }
div.DivClassName
{
background-color: #7E0008;
}
.BgClassName
{
background-color: #7E0008;
}
</style>
border-color css
<style>
span { border-color: #7E0008; }
span { border-color: rgb(126,0,8); }
td.TdClassName
{
border-color: #7E0008;
}
.TagClassName
{
border-color: #7E0008;
}
</style>