Shades of Sangria #700004
Tints of Sangria #700004
RGB
CMYK
RGB Variations
Color information
#700004 (or 0x700004) is known color: Sangria. HEX triplet: 70, 00 and 04. RGB value is (112,0,4). Sum of RGB (Red+Green+Blue) = 112+0+4=116 (15% of max value = 765). Red value is 112 (44.14% from 255 or 96.55% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 112 - color contains mainly: red. Hex color #700004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700004 is #8FFFFB. Grayscale: #222222. Windows color (decimal): -9437180 or 262256. OLE color: 262256.
HSL color Cylindrical-coordinate representation of color #700004: hue angle of 357.86º 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 #700004 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.96 | 0.56 |
| HSL | 357.86º | 1% | 0.22% | - |
| HSV(B) | 357.86º | 1% | 0.44% | - |
| XYZ | 6.7 | 3.45 | 0.43 | - |
| YUV | 33.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 4 | 0 | 1 | 0.96 | 0.56 | 357.86 | 1 | 0.22 |
| Hex | 70 | 0 | 4 | 0 | 64 | 60 | 38 | 166 | 64 | 16 |
| Octal | 160 | 0 | 4 | 0 | 144 | 140 | 70 | 546 | 144 | 26 |
| Binary | 1110000 | 0 | 100 | 0 | 1100100 | 1100000 | 111000 | 101100110 | 1100100 | 10110 |
Color Harmonies of #700004
Complementary color
Monochromatic Colors of #700004
Black with #700004
Text Example
Text Example
White with #700004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700004; }
p { color: rgb(112,0,4); }
H1.HeaderClassName
{
color: #700004;
}
.AnyTagClassName
{
color: #700004;
}
</style>
background-color css
<style>
a { background-color: #700004; }
a { background-color: rgb(112,0,4); }
div.DivClassName
{
background-color: #700004;
}
.BgClassName
{
background-color: #700004;
}
</style>
border-color css
<style>
span { border-color: #700004; }
span { border-color: rgb(112,0,4); }
td.TdClassName
{
border-color: #700004;
}
.TagClassName
{
border-color: #700004;
}
</style>