Shades of Sangria #880C0F
Tints of Sangria #880C0F
RGB
CMYK
RGB Variations
Color information
#880C0F (or 0x880C0F) is known color: Sangria. HEX triplet: 88, 0C and 0F. RGB value is (136,12,15). Sum of RGB (Red+Green+Blue) = 136+12+15=163 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.44% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 136 - color contains mainly: red. Hex color #880C0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880C0F is #77F3F0. Grayscale: #313131. Windows color (decimal): -7861233 or 986248. OLE color: 986248.
HSL color Cylindrical-coordinate representation of color #880C0F: hue angle of 358.55º 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 #880C0F is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 15 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.47 |
| HSL | 358.55º | 0.84% | 0.29% | - |
| HSV(B) | 358.55º | 0.91% | 0.53% | - |
| XYZ | 10.37 | 5.53 | 0.97 | - |
| YUV | 49.42 | 108.58 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 15 | 0 | 0.91 | 0.89 | 0.47 | 358.55 | 0.84 | 0.29 |
| Hex | 88 | C | F | 0 | 5B | 59 | 2F | 167 | 54 | 1D |
| Octal | 210 | 14 | 17 | 0 | 133 | 131 | 57 | 547 | 124 | 35 |
| Binary | 10001000 | 1100 | 1111 | 0 | 1011011 | 1011001 | 101111 | 101100111 | 1010100 | 11101 |
Color Harmonies of #880C0F
Complementary color
Monochromatic Colors of #880C0F
Black with #880C0F
Text Example
Text Example
White with #880C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C0F; }
p { color: rgb(136,12,15); }
H1.HeaderClassName
{
color: #880C0F;
}
.AnyTagClassName
{
color: #880C0F;
}
</style>
background-color css
<style>
a { background-color: #880C0F; }
a { background-color: rgb(136,12,15); }
div.DivClassName
{
background-color: #880C0F;
}
.BgClassName
{
background-color: #880C0F;
}
</style>
border-color css
<style>
span { border-color: #880C0F; }
span { border-color: rgb(136,12,15); }
td.TdClassName
{
border-color: #880C0F;
}
.TagClassName
{
border-color: #880C0F;
}
</style>