Shades of Sangria #880005
Tints of Sangria #880005
RGB
CMYK
RGB Variations
Color information
#880005 (or 0x880005) is known color: Sangria. HEX triplet: 88, 00 and 05. RGB value is (136,0,5). Sum of RGB (Red+Green+Blue) = 136+0+5=141 (18% of max value = 765). Red value is 136 (53.52% from 255 or 96.45% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 136 - color contains mainly: red. Hex color #880005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880005 is #77FFFA. Grayscale: #292929. Windows color (decimal): -7864315 or 327816. OLE color: 327816.
HSL color Cylindrical-coordinate representation of color #880005: hue angle of 357.79º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880005 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.96 | 0.47 |
| HSL | 357.79º | 1% | 0.27% | - |
| HSV(B) | 357.79º | 1% | 0.53% | - |
| XYZ | 10.18 | 5.25 | 0.62 | - |
| YUV | 41.23 | 107.56 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 5 | 0 | 1 | 0.96 | 0.47 | 357.79 | 1 | 0.27 |
| Hex | 88 | 0 | 5 | 0 | 64 | 60 | 2F | 166 | 64 | 1B |
| Octal | 210 | 0 | 5 | 0 | 144 | 140 | 57 | 546 | 144 | 33 |
| Binary | 10001000 | 0 | 101 | 0 | 1100100 | 1100000 | 101111 | 101100110 | 1100100 | 11011 |
Color Harmonies of #880005
Complementary color
Monochromatic Colors of #880005
Black with #880005
Text Example
Text Example
White with #880005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880005; }
p { color: rgb(136,0,5); }
H1.HeaderClassName
{
color: #880005;
}
.AnyTagClassName
{
color: #880005;
}
</style>
background-color css
<style>
a { background-color: #880005; }
a { background-color: rgb(136,0,5); }
div.DivClassName
{
background-color: #880005;
}
.BgClassName
{
background-color: #880005;
}
</style>
border-color css
<style>
span { border-color: #880005; }
span { border-color: rgb(136,0,5); }
td.TdClassName
{
border-color: #880005;
}
.TagClassName
{
border-color: #880005;
}
</style>