Shades of Sangria #700105
Tints of Sangria #700105
RGB
CMYK
RGB Variations
Color information
#700105 (or 0x700105) is known color: Sangria. HEX triplet: 70, 01 and 05. RGB value is (112,1,5). Sum of RGB (Red+Green+Blue) = 112+1+5=118 (15% of max value = 765). Red value is 112 (44.14% from 255 or 94.92% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 112 - color contains mainly: red. Hex color #700105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700105 is #8FFEFA. Grayscale: #222222. Windows color (decimal): -9436923 or 328048. OLE color: 328048.
HSL color Cylindrical-coordinate representation of color #700105: hue angle of 357.84º 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 #700105 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.56 |
| HSL | 357.84º | 0.98% | 0.22% | - |
| HSV(B) | 357.84º | 0.99% | 0.44% | - |
| XYZ | 6.72 | 3.48 | 0.46 | - |
| YUV | 34.65 | 111.27 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 5 | 0 | 0.99 | 0.96 | 0.56 | 357.84 | 0.98 | 0.22 |
| Hex | 70 | 1 | 5 | 0 | 63 | 60 | 38 | 166 | 62 | 16 |
| Octal | 160 | 1 | 5 | 0 | 143 | 140 | 70 | 546 | 142 | 26 |
| Binary | 1110000 | 1 | 101 | 0 | 1100011 | 1100000 | 111000 | 101100110 | 1100010 | 10110 |
Color Harmonies of #700105
Complementary color
Monochromatic Colors of #700105
Black with #700105
Text Example
Text Example
White with #700105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700105; }
p { color: rgb(112,1,5); }
H1.HeaderClassName
{
color: #700105;
}
.AnyTagClassName
{
color: #700105;
}
</style>
background-color css
<style>
a { background-color: #700105; }
a { background-color: rgb(112,1,5); }
div.DivClassName
{
background-color: #700105;
}
.BgClassName
{
background-color: #700105;
}
</style>
border-color css
<style>
span { border-color: #700105; }
span { border-color: rgb(112,1,5); }
td.TdClassName
{
border-color: #700105;
}
.TagClassName
{
border-color: #700105;
}
</style>