Shades of Sangria #710002
Tints of Sangria #710002
RGB
CMYK
RGB Variations
Color information
#710002 (or 0x710002) is known color: Sangria. HEX triplet: 71, 00 and 02. RGB value is (113,0,2). Sum of RGB (Red+Green+Blue) = 113+0+2=115 (15% of max value = 765). Red value is 113 (44.53% from 255 or 98.26% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 113 - color contains mainly: red. Hex color #710002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710002 is #8EFFFD. Grayscale: #222222. Windows color (decimal): -9371646 or 131185. OLE color: 131185.
HSL color Cylindrical-coordinate representation of color #710002: hue angle of 358.94º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #710002 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.98 | 0.56 |
| HSL | 358.94º | 1% | 0.22% | - |
| HSV(B) | 358.94º | 1% | 0.44% | - |
| XYZ | 6.82 | 3.52 | 0.38 | - |
| YUV | 34.02 | 109.94 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 2 | 0 | 1 | 0.98 | 0.56 | 358.94 | 1 | 0.22 |
| Hex | 71 | 0 | 2 | 0 | 64 | 62 | 38 | 167 | 64 | 16 |
| Octal | 161 | 0 | 2 | 0 | 144 | 142 | 70 | 547 | 144 | 26 |
| Binary | 1110001 | 0 | 10 | 0 | 1100100 | 1100010 | 111000 | 101100111 | 1100100 | 10110 |
Color Harmonies of #710002
Complementary color
Monochromatic Colors of #710002
Black with #710002
Text Example
Text Example
White with #710002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710002; }
p { color: rgb(113,0,2); }
H1.HeaderClassName
{
color: #710002;
}
.AnyTagClassName
{
color: #710002;
}
</style>
background-color css
<style>
a { background-color: #710002; }
a { background-color: rgb(113,0,2); }
div.DivClassName
{
background-color: #710002;
}
.BgClassName
{
background-color: #710002;
}
</style>
border-color css
<style>
span { border-color: #710002; }
span { border-color: rgb(113,0,2); }
td.TdClassName
{
border-color: #710002;
}
.TagClassName
{
border-color: #710002;
}
</style>