Shades of Sangria #880C10
Tints of Sangria #880C10
RGB
CMYK
RGB Variations
Color information
#880C10 (or 0x880C10) is known color: Sangria. HEX triplet: 88, 0C and 10. RGB value is (136,12,16). Sum of RGB (Red+Green+Blue) = 136+12+16=164 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.93% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 136 - color contains mainly: red. Hex color #880C10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880C10 is #77F3EF. Grayscale: #313131. Windows color (decimal): -7861232 or 1051784. OLE color: 1051784.
HSL color Cylindrical-coordinate representation of color #880C10: hue angle of 358.06º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C10 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 16 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.47 |
| HSL | 358.06º | 0.84% | 0.29% | - |
| HSV(B) | 358.06º | 0.91% | 0.53% | - |
| XYZ | 10.38 | 5.53 | 1.01 | - |
| YUV | 49.53 | 109.08 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 16 | 0 | 0.91 | 0.88 | 0.47 | 358.06 | 0.84 | 0.29 |
| Hex | 88 | C | 10 | 0 | 5B | 58 | 2F | 166 | 54 | 1D |
| Octal | 210 | 14 | 20 | 0 | 133 | 130 | 57 | 546 | 124 | 35 |
| Binary | 10001000 | 1100 | 10000 | 0 | 1011011 | 1011000 | 101111 | 101100110 | 1010100 | 11101 |
Color Harmonies of #880C10
Complementary color
Monochromatic Colors of #880C10
Black with #880C10
Text Example
Text Example
White with #880C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C10; }
p { color: rgb(136,12,16); }
H1.HeaderClassName
{
color: #880C10;
}
.AnyTagClassName
{
color: #880C10;
}
</style>
background-color css
<style>
a { background-color: #880C10; }
a { background-color: rgb(136,12,16); }
div.DivClassName
{
background-color: #880C10;
}
.BgClassName
{
background-color: #880C10;
}
</style>
border-color css
<style>
span { border-color: #880C10; }
span { border-color: rgb(136,12,16); }
td.TdClassName
{
border-color: #880C10;
}
.TagClassName
{
border-color: #880C10;
}
</style>