Shades of Sangria #700205
Tints of Sangria #700205
RGB
CMYK
RGB Variations
Color information
#700205 (or 0x700205) is known color: Sangria. HEX triplet: 70, 02 and 05. RGB value is (112,2,5). Sum of RGB (Red+Green+Blue) = 112+2+5=119 (15% of max value = 765). Red value is 112 (44.14% from 255 or 94.12% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 112 - color contains mainly: red. Hex color #700205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700205 is #8FFDFA. Grayscale: #232323. Windows color (decimal): -9436667 or 328304. OLE color: 328304.
HSL color Cylindrical-coordinate representation of color #700205: hue angle of 358.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700205 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 5 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.56 |
| HSL | 358.36º | 0.96% | 0.22% | - |
| HSV(B) | 358.36º | 0.98% | 0.44% | - |
| XYZ | 6.73 | 3.5 | 0.46 | - |
| YUV | 35.23 | 110.94 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 5 | 0 | 0.98 | 0.96 | 0.56 | 358.36 | 0.96 | 0.22 |
| Hex | 70 | 2 | 5 | 0 | 62 | 60 | 38 | 166 | 60 | 16 |
| Octal | 160 | 2 | 5 | 0 | 142 | 140 | 70 | 546 | 140 | 26 |
| Binary | 1110000 | 10 | 101 | 0 | 1100010 | 1100000 | 111000 | 101100110 | 1100000 | 10110 |
Color Harmonies of #700205
Complementary color
Monochromatic Colors of #700205
Black with #700205
Text Example
Text Example
White with #700205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700205; }
p { color: rgb(112,2,5); }
H1.HeaderClassName
{
color: #700205;
}
.AnyTagClassName
{
color: #700205;
}
</style>
background-color css
<style>
a { background-color: #700205; }
a { background-color: rgb(112,2,5); }
div.DivClassName
{
background-color: #700205;
}
.BgClassName
{
background-color: #700205;
}
</style>
border-color css
<style>
span { border-color: #700205; }
span { border-color: rgb(112,2,5); }
td.TdClassName
{
border-color: #700205;
}
.TagClassName
{
border-color: #700205;
}
</style>