Shades of Sangria #880408
Tints of Sangria #880408
RGB
CMYK
RGB Variations
Color information
#880408 (or 0x880408) is known color: Sangria. HEX triplet: 88, 04 and 08. RGB value is (136,4,8). Sum of RGB (Red+Green+Blue) = 136+4+8=148 (19% of max value = 765). Red value is 136 (53.52% from 255 or 91.89% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 136 - color contains mainly: red. Hex color #880408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880408 is #77FBF7. Grayscale: #2C2C2C. Windows color (decimal): -7863288 or 525448. OLE color: 525448.
HSL color Cylindrical-coordinate representation of color #880408: hue angle of 358.18º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880408 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 4 | 8 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.47 |
| HSL | 358.18º | 0.94% | 0.27% | - |
| HSV(B) | 358.18º | 0.97% | 0.53% | - |
| XYZ | 10.24 | 5.34 | 0.72 | - |
| YUV | 43.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 4 | 8 | 0 | 0.97 | 0.94 | 0.47 | 358.18 | 0.94 | 0.27 |
| Hex | 88 | 4 | 8 | 0 | 61 | 5E | 2F | 166 | 5E | 1B |
| Octal | 210 | 4 | 10 | 0 | 141 | 136 | 57 | 546 | 136 | 33 |
| Binary | 10001000 | 100 | 1000 | 0 | 1100001 | 1011110 | 101111 | 101100110 | 1011110 | 11011 |
Color Harmonies of #880408
Complementary color
Monochromatic Colors of #880408
Black with #880408
Text Example
Text Example
White with #880408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880408; }
p { color: rgb(136,4,8); }
H1.HeaderClassName
{
color: #880408;
}
.AnyTagClassName
{
color: #880408;
}
</style>
background-color css
<style>
a { background-color: #880408; }
a { background-color: rgb(136,4,8); }
div.DivClassName
{
background-color: #880408;
}
.BgClassName
{
background-color: #880408;
}
</style>
border-color css
<style>
span { border-color: #880408; }
span { border-color: rgb(136,4,8); }
td.TdClassName
{
border-color: #880408;
}
.TagClassName
{
border-color: #880408;
}
</style>