Shades of Sangria #720001
Tints of Sangria #720001
RGB
CMYK
RGB Variations
Color information
#720001 (or 0x720001) is known color: Sangria. HEX triplet: 72, 00 and 01. RGB value is (114,0,1). Sum of RGB (Red+Green+Blue) = 114+0+1=115 (15% of max value = 765). Red value is 114 (44.92% from 255 or 99.13% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 114 - color contains mainly: red. Hex color #720001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720001 is #8DFFFE. Grayscale: #222222. Windows color (decimal): -9306111 or 65650. OLE color: 65650.
HSL color Cylindrical-coordinate representation of color #720001: hue angle of 359.47º 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 #720001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.55 |
| HSL | 359.47º | 1% | 0.22% | - |
| HSV(B) | 359.47º | 1% | 0.45% | - |
| XYZ | 6.94 | 3.58 | 0.35 | - |
| YUV | 34.2 | 109.27 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 1 | 0 | 1 | 0.99 | 0.55 | 359.47 | 1 | 0.22 |
| Hex | 72 | 0 | 1 | 0 | 64 | 63 | 37 | 167 | 64 | 16 |
| Octal | 162 | 0 | 1 | 0 | 144 | 143 | 67 | 547 | 144 | 26 |
| Binary | 1110010 | 0 | 1 | 0 | 1100100 | 1100011 | 110111 | 101100111 | 1100100 | 10110 |
Color Harmonies of #720001
Complementary color
Monochromatic Colors of #720001
Black with #720001
Text Example
Text Example
White with #720001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720001; }
p { color: rgb(114,0,1); }
H1.HeaderClassName
{
color: #720001;
}
.AnyTagClassName
{
color: #720001;
}
</style>
background-color css
<style>
a { background-color: #720001; }
a { background-color: rgb(114,0,1); }
div.DivClassName
{
background-color: #720001;
}
.BgClassName
{
background-color: #720001;
}
</style>
border-color css
<style>
span { border-color: #720001; }
span { border-color: rgb(114,0,1); }
td.TdClassName
{
border-color: #720001;
}
.TagClassName
{
border-color: #720001;
}
</style>