Shades of Sangria #720005
Tints of Sangria #720005
RGB
CMYK
RGB Variations
Color information
#720005 (or 0x720005) is known color: Sangria. HEX triplet: 72, 00 and 05. RGB value is (114,0,5). Sum of RGB (Red+Green+Blue) = 114+0+5=119 (15% of max value = 765). Red value is 114 (44.92% from 255 or 95.80% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 114 - color contains mainly: red. Hex color #720005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720005 is #8DFFFA. Grayscale: #222222. Windows color (decimal): -9306107 or 327794. OLE color: 327794.
HSL color Cylindrical-coordinate representation of color #720005: hue angle of 357.37º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720005 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.96 | 0.55 |
| HSL | 357.37º | 1% | 0.22% | - |
| HSV(B) | 357.37º | 1% | 0.45% | - |
| XYZ | 6.97 | 3.59 | 0.47 | - |
| YUV | 34.66 | 111.27 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 5 | 0 | 1 | 0.96 | 0.55 | 357.37 | 1 | 0.22 |
| Hex | 72 | 0 | 5 | 0 | 64 | 60 | 37 | 165 | 64 | 16 |
| Octal | 162 | 0 | 5 | 0 | 144 | 140 | 67 | 545 | 144 | 26 |
| Binary | 1110010 | 0 | 101 | 0 | 1100100 | 1100000 | 110111 | 101100101 | 1100100 | 10110 |
Color Harmonies of #720005
Complementary color
Monochromatic Colors of #720005
Black with #720005
Text Example
Text Example
White with #720005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720005; }
p { color: rgb(114,0,5); }
H1.HeaderClassName
{
color: #720005;
}
.AnyTagClassName
{
color: #720005;
}
</style>
background-color css
<style>
a { background-color: #720005; }
a { background-color: rgb(114,0,5); }
div.DivClassName
{
background-color: #720005;
}
.BgClassName
{
background-color: #720005;
}
</style>
border-color css
<style>
span { border-color: #720005; }
span { border-color: rgb(114,0,5); }
td.TdClassName
{
border-color: #720005;
}
.TagClassName
{
border-color: #720005;
}
</style>