Shades of Sangria #880107
Tints of Sangria #880107
RGB
CMYK
RGB Variations
Color information
#880107 (or 0x880107) is known color: Sangria. HEX triplet: 88, 01 and 07. RGB value is (136,1,7). Sum of RGB (Red+Green+Blue) = 136+1+7=144 (19% of max value = 765). Red value is 136 (53.52% from 255 or 94.44% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 136 - color contains mainly: red. Hex color #880107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880107 is #77FEF8. Grayscale: #2A2A2A. Windows color (decimal): -7864057 or 459144. OLE color: 459144.
HSL color Cylindrical-coordinate representation of color #880107: hue angle of 357.33º 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 #880107 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 7 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.47 |
| HSL | 357.33º | 0.99% | 0.27% | - |
| HSV(B) | 357.33º | 0.99% | 0.53% | - |
| XYZ | 10.2 | 5.27 | 0.68 | - |
| YUV | 42.05 | 108.23 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 7 | 0 | 0.99 | 0.95 | 0.47 | 357.33 | 0.99 | 0.27 |
| Hex | 88 | 1 | 7 | 0 | 63 | 5F | 2F | 165 | 63 | 1B |
| Octal | 210 | 1 | 7 | 0 | 143 | 137 | 57 | 545 | 143 | 33 |
| Binary | 10001000 | 1 | 111 | 0 | 1100011 | 1011111 | 101111 | 101100101 | 1100011 | 11011 |
Color Harmonies of #880107
Complementary color
Monochromatic Colors of #880107
Black with #880107
Text Example
Text Example
White with #880107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880107; }
p { color: rgb(136,1,7); }
H1.HeaderClassName
{
color: #880107;
}
.AnyTagClassName
{
color: #880107;
}
</style>
background-color css
<style>
a { background-color: #880107; }
a { background-color: rgb(136,1,7); }
div.DivClassName
{
background-color: #880107;
}
.BgClassName
{
background-color: #880107;
}
</style>
border-color css
<style>
span { border-color: #880107; }
span { border-color: rgb(136,1,7); }
td.TdClassName
{
border-color: #880107;
}
.TagClassName
{
border-color: #880107;
}
</style>