Shades of Sangria #700001
Tints of Sangria #700001
RGB
CMYK
RGB Variations
Color information
#700001 (or 0x700001) is known color: Sangria. HEX triplet: 70, 00 and 01. RGB value is (112,0,1). Sum of RGB (Red+Green+Blue) = 112+0+1=113 (14% of max value = 765). Red value is 112 (44.14% from 255 or 99.12% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 112 - color contains mainly: red. Hex color #700001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700001 is #8FFFFE. Grayscale: #212121. Windows color (decimal): -9437183 or 65648. OLE color: 65648.
HSL color Cylindrical-coordinate representation of color #700001: hue angle of 359.46º 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 #700001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.56 |
| HSL | 359.46º | 1% | 0.22% | - |
| HSV(B) | 359.46º | 1% | 0.44% | - |
| XYZ | 6.69 | 3.45 | 0.34 | - |
| YUV | 33.6 | 109.61 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 1 | 0 | 1 | 0.99 | 0.56 | 359.46 | 1 | 0.22 |
| Hex | 70 | 0 | 1 | 0 | 64 | 63 | 38 | 167 | 64 | 16 |
| Octal | 160 | 0 | 1 | 0 | 144 | 143 | 70 | 547 | 144 | 26 |
| Binary | 1110000 | 0 | 1 | 0 | 1100100 | 1100011 | 111000 | 101100111 | 1100100 | 10110 |
Color Harmonies of #700001
Complementary color
Monochromatic Colors of #700001
Black with #700001
Text Example
Text Example
White with #700001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700001; }
p { color: rgb(112,0,1); }
H1.HeaderClassName
{
color: #700001;
}
.AnyTagClassName
{
color: #700001;
}
</style>
background-color css
<style>
a { background-color: #700001; }
a { background-color: rgb(112,0,1); }
div.DivClassName
{
background-color: #700001;
}
.BgClassName
{
background-color: #700001;
}
</style>
border-color css
<style>
span { border-color: #700001; }
span { border-color: rgb(112,0,1); }
td.TdClassName
{
border-color: #700001;
}
.TagClassName
{
border-color: #700001;
}
</style>