Shades of Sangria #880106
Tints of Sangria #880106
RGB
CMYK
RGB Variations
Color information
#880106 (or 0x880106) is known color: Sangria. HEX triplet: 88, 01 and 06. RGB value is (136,1,6). Sum of RGB (Red+Green+Blue) = 136+1+6=143 (18% of max value = 765). Red value is 136 (53.52% from 255 or 95.10% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 136 - color contains mainly: red. Hex color #880106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880106 is #77FEF9. Grayscale: #2A2A2A. Windows color (decimal): -7864058 or 393608. OLE color: 393608.
HSL color Cylindrical-coordinate representation of color #880106: hue angle of 357.78º 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 #880106 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 6 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.47 |
| HSL | 357.78º | 0.99% | 0.27% | - |
| HSV(B) | 357.78º | 0.99% | 0.53% | - |
| XYZ | 10.2 | 5.27 | 0.65 | - |
| YUV | 41.94 | 107.73 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 6 | 0 | 0.99 | 0.96 | 0.47 | 357.78 | 0.99 | 0.27 |
| Hex | 88 | 1 | 6 | 0 | 63 | 60 | 2F | 166 | 63 | 1B |
| Octal | 210 | 1 | 6 | 0 | 143 | 140 | 57 | 546 | 143 | 33 |
| Binary | 10001000 | 1 | 110 | 0 | 1100011 | 1100000 | 101111 | 101100110 | 1100011 | 11011 |
Color Harmonies of #880106
Complementary color
Monochromatic Colors of #880106
Black with #880106
Text Example
Text Example
White with #880106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880106; }
p { color: rgb(136,1,6); }
H1.HeaderClassName
{
color: #880106;
}
.AnyTagClassName
{
color: #880106;
}
</style>
background-color css
<style>
a { background-color: #880106; }
a { background-color: rgb(136,1,6); }
div.DivClassName
{
background-color: #880106;
}
.BgClassName
{
background-color: #880106;
}
</style>
border-color css
<style>
span { border-color: #880106; }
span { border-color: rgb(136,1,6); }
td.TdClassName
{
border-color: #880106;
}
.TagClassName
{
border-color: #880106;
}
</style>