Shades of Sangria #700608
Tints of Sangria #700608
RGB
CMYK
RGB Variations
Color information
#700608 (or 0x700608) is known color: Sangria. HEX triplet: 70, 06 and 08. RGB value is (112,6,8). Sum of RGB (Red+Green+Blue) = 112+6+8=126 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.89% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 112 - color contains mainly: red. Hex color #700608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700608 is #8FF9F7. Grayscale: #262626. Windows color (decimal): -9435640 or 525936. OLE color: 525936.
HSL color Cylindrical-coordinate representation of color #700608: hue angle of 358.87º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700608 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 8 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.56 |
| HSL | 358.87º | 0.9% | 0.23% | - |
| HSV(B) | 358.87º | 0.95% | 0.44% | - |
| XYZ | 6.79 | 3.59 | 0.57 | - |
| YUV | 37.92 | 111.12 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 8 | 0 | 0.95 | 0.93 | 0.56 | 358.87 | 0.9 | 0.23 |
| Hex | 70 | 6 | 8 | 0 | 5F | 5D | 38 | 167 | 5A | 17 |
| Octal | 160 | 6 | 10 | 0 | 137 | 135 | 70 | 547 | 132 | 27 |
| Binary | 1110000 | 110 | 1000 | 0 | 1011111 | 1011101 | 111000 | 101100111 | 1011010 | 10111 |
Color Harmonies of #700608
Complementary color
Monochromatic Colors of #700608
Black with #700608
Text Example
Text Example
White with #700608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700608; }
p { color: rgb(112,6,8); }
H1.HeaderClassName
{
color: #700608;
}
.AnyTagClassName
{
color: #700608;
}
</style>
background-color css
<style>
a { background-color: #700608; }
a { background-color: rgb(112,6,8); }
div.DivClassName
{
background-color: #700608;
}
.BgClassName
{
background-color: #700608;
}
</style>
border-color css
<style>
span { border-color: #700608; }
span { border-color: rgb(112,6,8); }
td.TdClassName
{
border-color: #700608;
}
.TagClassName
{
border-color: #700608;
}
</style>