Shades of Sangria #880108
Tints of Sangria #880108
RGB
CMYK
RGB Variations
Color information
#880108 (or 0x880108) is known color: Sangria. HEX triplet: 88, 01 and 08. RGB value is (136,1,8). Sum of RGB (Red+Green+Blue) = 136+1+8=145 (19% of max value = 765). Red value is 136 (53.52% from 255 or 93.79% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 136 - color contains mainly: red. Hex color #880108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880108 is #77FEF7. Grayscale: #2A2A2A. Windows color (decimal): -7864056 or 524680. OLE color: 524680.
HSL color Cylindrical-coordinate representation of color #880108: hue angle of 356.89º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880108 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 8 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.47 |
| HSL | 356.89º | 0.99% | 0.27% | - |
| HSV(B) | 356.89º | 0.99% | 0.53% | - |
| XYZ | 10.21 | 5.27 | 0.71 | - |
| YUV | 42.16 | 108.73 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 8 | 0 | 0.99 | 0.94 | 0.47 | 356.89 | 0.99 | 0.27 |
| Hex | 88 | 1 | 8 | 0 | 63 | 5E | 2F | 165 | 63 | 1B |
| Octal | 210 | 1 | 10 | 0 | 143 | 136 | 57 | 545 | 143 | 33 |
| Binary | 10001000 | 1 | 1000 | 0 | 1100011 | 1011110 | 101111 | 101100101 | 1100011 | 11011 |
Color Harmonies of #880108
Complementary color
Monochromatic Colors of #880108
Black with #880108
Text Example
Text Example
White with #880108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880108; }
p { color: rgb(136,1,8); }
H1.HeaderClassName
{
color: #880108;
}
.AnyTagClassName
{
color: #880108;
}
</style>
background-color css
<style>
a { background-color: #880108; }
a { background-color: rgb(136,1,8); }
div.DivClassName
{
background-color: #880108;
}
.BgClassName
{
background-color: #880108;
}
</style>
border-color css
<style>
span { border-color: #880108; }
span { border-color: rgb(136,1,8); }
td.TdClassName
{
border-color: #880108;
}
.TagClassName
{
border-color: #880108;
}
</style>