Shades of Sangria #880004
Tints of Sangria #880004
RGB
CMYK
RGB Variations
Color information
#880004 (or 0x880004) is known color: Sangria. HEX triplet: 88, 00 and 04. RGB value is (136,0,4). Sum of RGB (Red+Green+Blue) = 136+0+4=140 (18% of max value = 765). Red value is 136 (53.52% from 255 or 97.14% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 136 - color contains mainly: red. Hex color #880004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880004 is #77FFFB. Grayscale: #292929. Windows color (decimal): -7864316 or 262280. OLE color: 262280.
HSL color Cylindrical-coordinate representation of color #880004: hue angle of 358.24º 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 #880004 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.97 | 0.47 |
| HSL | 358.24º | 1% | 0.27% | - |
| HSV(B) | 358.24º | 1% | 0.53% | - |
| XYZ | 10.18 | 5.24 | 0.59 | - |
| YUV | 41.12 | 107.06 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 4 | 0 | 1 | 0.97 | 0.47 | 358.24 | 1 | 0.27 |
| Hex | 88 | 0 | 4 | 0 | 64 | 61 | 2F | 166 | 64 | 1B |
| Octal | 210 | 0 | 4 | 0 | 144 | 141 | 57 | 546 | 144 | 33 |
| Binary | 10001000 | 0 | 100 | 0 | 1100100 | 1100001 | 101111 | 101100110 | 1100100 | 11011 |
Color Harmonies of #880004
Complementary color
Monochromatic Colors of #880004
Black with #880004
Text Example
Text Example
White with #880004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880004; }
p { color: rgb(136,0,4); }
H1.HeaderClassName
{
color: #880004;
}
.AnyTagClassName
{
color: #880004;
}
</style>
background-color css
<style>
a { background-color: #880004; }
a { background-color: rgb(136,0,4); }
div.DivClassName
{
background-color: #880004;
}
.BgClassName
{
background-color: #880004;
}
</style>
border-color css
<style>
span { border-color: #880004; }
span { border-color: rgb(136,0,4); }
td.TdClassName
{
border-color: #880004;
}
.TagClassName
{
border-color: #880004;
}
</style>