Shades of Sangria #720002
Tints of Sangria #720002
RGB
CMYK
RGB Variations
Color information
#720002 (or 0x720002) is known color: Sangria. HEX triplet: 72, 00 and 02. RGB value is (114,0,2). Sum of RGB (Red+Green+Blue) = 114+0+2=116 (15% of max value = 765). Red value is 114 (44.92% from 255 or 98.28% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 114 - color contains mainly: red. Hex color #720002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720002 is #8DFFFD. Grayscale: #222222. Windows color (decimal): -9306110 or 131186. OLE color: 131186.
HSL color Cylindrical-coordinate representation of color #720002: hue angle of 358.95º 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 #720002 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.98 | 0.55 |
| HSL | 358.95º | 1% | 0.22% | - |
| HSV(B) | 358.95º | 1% | 0.45% | - |
| XYZ | 6.95 | 3.58 | 0.38 | - |
| YUV | 34.31 | 109.77 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 2 | 0 | 1 | 0.98 | 0.55 | 358.95 | 1 | 0.22 |
| Hex | 72 | 0 | 2 | 0 | 64 | 62 | 37 | 167 | 64 | 16 |
| Octal | 162 | 0 | 2 | 0 | 144 | 142 | 67 | 547 | 144 | 26 |
| Binary | 1110010 | 0 | 10 | 0 | 1100100 | 1100010 | 110111 | 101100111 | 1100100 | 10110 |
Color Harmonies of #720002
Complementary color
Monochromatic Colors of #720002
Black with #720002
Text Example
Text Example
White with #720002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720002; }
p { color: rgb(114,0,2); }
H1.HeaderClassName
{
color: #720002;
}
.AnyTagClassName
{
color: #720002;
}
</style>
background-color css
<style>
a { background-color: #720002; }
a { background-color: rgb(114,0,2); }
div.DivClassName
{
background-color: #720002;
}
.BgClassName
{
background-color: #720002;
}
</style>
border-color css
<style>
span { border-color: #720002; }
span { border-color: rgb(114,0,2); }
td.TdClassName
{
border-color: #720002;
}
.TagClassName
{
border-color: #720002;
}
</style>