Shades of Sangria #7E0003
Tints of Sangria #7E0003
RGB
CMYK
RGB Variations
Color information
#7E0003 (or 0x7E0003) is known color: Sangria. HEX triplet: 7E, 00 and 03. RGB value is (126,0,3). Sum of RGB (Red+Green+Blue) = 126+0+3=129 (17% of max value = 765). Red value is 126 (49.61% from 255 or 97.67% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0003 is #81FFFC. Grayscale: #262626. Windows color (decimal): -8519677 or 196734. OLE color: 196734.
HSL color Cylindrical-coordinate representation of color #7E0003: hue angle of 358.57º 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 #7E0003 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.98 | 0.51 |
| HSL | 358.57º | 1% | 0.25% | - |
| HSV(B) | 358.57º | 1% | 0.49% | - |
| XYZ | 8.62 | 4.44 | 0.49 | - |
| YUV | 38.02 | 108.24 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 3 | 0 | 1 | 0.98 | 0.51 | 358.57 | 1 | 0.25 |
| Hex | 7E | 0 | 3 | 0 | 64 | 62 | 33 | 167 | 64 | 19 |
| Octal | 176 | 0 | 3 | 0 | 144 | 142 | 63 | 547 | 144 | 31 |
| Binary | 1111110 | 0 | 11 | 0 | 1100100 | 1100010 | 110011 | 101100111 | 1100100 | 11001 |
Color Harmonies of #7E0003
Complementary color
Monochromatic Colors of #7E0003
Black with #7E0003
Text Example
Text Example
White with #7E0003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0003; }
p { color: rgb(126,0,3); }
H1.HeaderClassName
{
color: #7E0003;
}
.AnyTagClassName
{
color: #7E0003;
}
</style>
background-color css
<style>
a { background-color: #7E0003; }
a { background-color: rgb(126,0,3); }
div.DivClassName
{
background-color: #7E0003;
}
.BgClassName
{
background-color: #7E0003;
}
</style>
border-color css
<style>
span { border-color: #7E0003; }
span { border-color: rgb(126,0,3); }
td.TdClassName
{
border-color: #7E0003;
}
.TagClassName
{
border-color: #7E0003;
}
</style>