Shades of Sangria #730003
Tints of Sangria #730003
RGB
CMYK
RGB Variations
Color information
#730003 (or 0x730003) is known color: Sangria. HEX triplet: 73, 00 and 03. RGB value is (115,0,3). Sum of RGB (Red+Green+Blue) = 115+0+3=118 (15% of max value = 765). Red value is 115 (45.31% from 255 or 97.46% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 115 - color contains mainly: red. Hex color #730003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730003 is #8CFFFC. Grayscale: #222222. Windows color (decimal): -9240573 or 196723. OLE color: 196723.
HSL color Cylindrical-coordinate representation of color #730003: hue angle of 358.43º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #730003 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.97 | 0.55 |
| HSL | 358.43º | 1% | 0.23% | - |
| HSV(B) | 358.43º | 1% | 0.45% | - |
| XYZ | 7.09 | 3.65 | 0.42 | - |
| YUV | 34.73 | 110.1 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 3 | 0 | 1 | 0.97 | 0.55 | 358.43 | 1 | 0.23 |
| Hex | 73 | 0 | 3 | 0 | 64 | 61 | 37 | 166 | 64 | 17 |
| Octal | 163 | 0 | 3 | 0 | 144 | 141 | 67 | 546 | 144 | 27 |
| Binary | 1110011 | 0 | 11 | 0 | 1100100 | 1100001 | 110111 | 101100110 | 1100100 | 10111 |
Color Harmonies of #730003
Complementary color
Monochromatic Colors of #730003
Black with #730003
Text Example
Text Example
White with #730003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730003; }
p { color: rgb(115,0,3); }
H1.HeaderClassName
{
color: #730003;
}
.AnyTagClassName
{
color: #730003;
}
</style>
background-color css
<style>
a { background-color: #730003; }
a { background-color: rgb(115,0,3); }
div.DivClassName
{
background-color: #730003;
}
.BgClassName
{
background-color: #730003;
}
</style>
border-color css
<style>
span { border-color: #730003; }
span { border-color: rgb(115,0,3); }
td.TdClassName
{
border-color: #730003;
}
.TagClassName
{
border-color: #730003;
}
</style>