Shades of Sangria #87070C
Tints of Sangria #87070C
RGB
CMYK
RGB Variations
Color information
#87070C (or 0x87070C) is known color: Sangria. HEX triplet: 87, 07 and 0C. RGB value is (135,7,12). Sum of RGB (Red+Green+Blue) = 135+7+12=154 (20% of max value = 765). Red value is 135 (53.12% from 255 or 87.66% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 135 - color contains mainly: red. Hex color #87070C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87070C is #78F8F3. Grayscale: #2D2D2D. Windows color (decimal): -7928052 or 788359. OLE color: 788359.
HSL color Cylindrical-coordinate representation of color #87070C: hue angle of 357.66º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #87070C is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 7 | 12 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.47 |
| HSL | 357.66º | 0.9% | 0.28% | - |
| HSV(B) | 357.66º | 0.95% | 0.53% | - |
| XYZ | 10.13 | 5.33 | 0.84 | - |
| YUV | 45.84 | 108.91 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 7 | 12 | 0 | 0.95 | 0.91 | 0.47 | 357.66 | 0.9 | 0.28 |
| Hex | 87 | 7 | C | 0 | 5F | 5B | 2F | 166 | 5A | 1C |
| Octal | 207 | 7 | 14 | 0 | 137 | 133 | 57 | 546 | 132 | 34 |
| Binary | 10000111 | 111 | 1100 | 0 | 1011111 | 1011011 | 101111 | 101100110 | 1011010 | 11100 |
Color Harmonies of #87070C
Complementary color
Monochromatic Colors of #87070C
Black with #87070C
Text Example
Text Example
White with #87070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87070C; }
p { color: rgb(135,7,12); }
H1.HeaderClassName
{
color: #87070C;
}
.AnyTagClassName
{
color: #87070C;
}
</style>
background-color css
<style>
a { background-color: #87070C; }
a { background-color: rgb(135,7,12); }
div.DivClassName
{
background-color: #87070C;
}
.BgClassName
{
background-color: #87070C;
}
</style>
border-color css
<style>
span { border-color: #87070C; }
span { border-color: rgb(135,7,12); }
td.TdClassName
{
border-color: #87070C;
}
.TagClassName
{
border-color: #87070C;
}
</style>