Shades of Sangria #7D0003
Tints of Sangria #7D0003
RGB
CMYK
RGB Variations
Color information
#7D0003 (or 0x7D0003) is known color: Sangria. HEX triplet: 7D, 00 and 03. RGB value is (125,0,3). Sum of RGB (Red+Green+Blue) = 125+0+3=128 (16% of max value = 765). Red value is 125 (49.22% from 255 or 97.66% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0003 is #82FFFC. Grayscale: #252525. Windows color (decimal): -8585213 or 196733. OLE color: 196733.
HSL color Cylindrical-coordinate representation of color #7D0003: hue angle of 358.56º 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 #7D0003 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.98 | 0.51 |
| HSL | 358.56º | 1% | 0.25% | - |
| HSV(B) | 358.56º | 1% | 0.49% | - |
| XYZ | 8.47 | 4.37 | 0.48 | - |
| YUV | 37.72 | 108.41 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 3 | 0 | 1 | 0.98 | 0.51 | 358.56 | 1 | 0.25 |
| Hex | 7D | 0 | 3 | 0 | 64 | 62 | 33 | 167 | 64 | 19 |
| Octal | 175 | 0 | 3 | 0 | 144 | 142 | 63 | 547 | 144 | 31 |
| Binary | 1111101 | 0 | 11 | 0 | 1100100 | 1100010 | 110011 | 101100111 | 1100100 | 11001 |
Color Harmonies of #7D0003
Complementary color
Monochromatic Colors of #7D0003
Black with #7D0003
Text Example
Text Example
White with #7D0003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0003; }
p { color: rgb(125,0,3); }
H1.HeaderClassName
{
color: #7D0003;
}
.AnyTagClassName
{
color: #7D0003;
}
</style>
background-color css
<style>
a { background-color: #7D0003; }
a { background-color: rgb(125,0,3); }
div.DivClassName
{
background-color: #7D0003;
}
.BgClassName
{
background-color: #7D0003;
}
</style>
border-color css
<style>
span { border-color: #7D0003; }
span { border-color: rgb(125,0,3); }
td.TdClassName
{
border-color: #7D0003;
}
.TagClassName
{
border-color: #7D0003;
}
</style>