Shades of Sangria #710102
Tints of Sangria #710102
RGB
CMYK
RGB Variations
Color information
#710102 (or 0x710102) is known color: Sangria. HEX triplet: 71, 01 and 02. RGB value is (113,1,2). Sum of RGB (Red+Green+Blue) = 113+1+2=116 (15% of max value = 765). Red value is 113 (44.53% from 255 or 97.41% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 113 - color contains mainly: red. Hex color #710102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710102 is #8EFEFD. Grayscale: #222222. Windows color (decimal): -9371390 or 131441. OLE color: 131441.
HSL color Cylindrical-coordinate representation of color #710102: hue angle of 359.46º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710102 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.56 |
| HSL | 359.46º | 0.98% | 0.22% | - |
| HSV(B) | 359.46º | 0.99% | 0.44% | - |
| XYZ | 6.83 | 3.54 | 0.38 | - |
| YUV | 34.6 | 109.61 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 2 | 0 | 0.99 | 0.98 | 0.56 | 359.46 | 0.98 | 0.22 |
| Hex | 71 | 1 | 2 | 0 | 63 | 62 | 38 | 167 | 62 | 16 |
| Octal | 161 | 1 | 2 | 0 | 143 | 142 | 70 | 547 | 142 | 26 |
| Binary | 1110001 | 1 | 10 | 0 | 1100011 | 1100010 | 111000 | 101100111 | 1100010 | 10110 |
Color Harmonies of #710102
Complementary color
Monochromatic Colors of #710102
Black with #710102
Text Example
Text Example
White with #710102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710102; }
p { color: rgb(113,1,2); }
H1.HeaderClassName
{
color: #710102;
}
.AnyTagClassName
{
color: #710102;
}
</style>
background-color css
<style>
a { background-color: #710102; }
a { background-color: rgb(113,1,2); }
div.DivClassName
{
background-color: #710102;
}
.BgClassName
{
background-color: #710102;
}
</style>
border-color css
<style>
span { border-color: #710102; }
span { border-color: rgb(113,1,2); }
td.TdClassName
{
border-color: #710102;
}
.TagClassName
{
border-color: #710102;
}
</style>