Shades of Sangria #730308
Tints of Sangria #730308
RGB
CMYK
RGB Variations
Color information
#730308 (or 0x730308) is known color: Sangria. HEX triplet: 73, 03 and 08. RGB value is (115,3,8). Sum of RGB (Red+Green+Blue) = 115+3+8=126 (16% of max value = 765). Red value is 115 (45.31% from 255 or 91.27% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 115 - color contains mainly: red. Hex color #730308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730308 is #8CFCF7. Grayscale: #252525. Windows color (decimal): -9239800 or 525171. OLE color: 525171.
HSL color Cylindrical-coordinate representation of color #730308: hue angle of 357.32º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730308 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 3 | 8 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.55 |
| HSL | 357.32º | 0.95% | 0.23% | - |
| HSV(B) | 357.32º | 0.97% | 0.45% | - |
| XYZ | 7.15 | 3.73 | 0.57 | - |
| YUV | 37.06 | 111.61 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 8 | 0 | 0.97 | 0.93 | 0.55 | 357.32 | 0.95 | 0.23 |
| Hex | 73 | 3 | 8 | 0 | 61 | 5D | 37 | 165 | 5F | 17 |
| Octal | 163 | 3 | 10 | 0 | 141 | 135 | 67 | 545 | 137 | 27 |
| Binary | 1110011 | 11 | 1000 | 0 | 1100001 | 1011101 | 110111 | 101100101 | 1011111 | 10111 |
Color Harmonies of #730308
Complementary color
Monochromatic Colors of #730308
Black with #730308
Text Example
Text Example
White with #730308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730308; }
p { color: rgb(115,3,8); }
H1.HeaderClassName
{
color: #730308;
}
.AnyTagClassName
{
color: #730308;
}
</style>
background-color css
<style>
a { background-color: #730308; }
a { background-color: rgb(115,3,8); }
div.DivClassName
{
background-color: #730308;
}
.BgClassName
{
background-color: #730308;
}
</style>
border-color css
<style>
span { border-color: #730308; }
span { border-color: rgb(115,3,8); }
td.TdClassName
{
border-color: #730308;
}
.TagClassName
{
border-color: #730308;
}
</style>