Shades of Sangria #880304
Tints of Sangria #880304
RGB
CMYK
RGB Variations
Color information
#880304 (or 0x880304) is known color: Sangria. HEX triplet: 88, 03 and 04. RGB value is (136,3,4). Sum of RGB (Red+Green+Blue) = 136+3+4=143 (18% of max value = 765). Red value is 136 (53.52% from 255 or 95.10% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 4 (1.95% from 255 or 2.80% from 143); Max value from RGB is 136 - color contains mainly: red. Hex color #880304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880304 is #77FCFB. Grayscale: #2B2B2B. Windows color (decimal): -7863548 or 263048. OLE color: 263048.
HSL color Cylindrical-coordinate representation of color #880304: hue angle of 359.55º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #880304 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 4 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.47 |
| HSL | 359.55º | 0.96% | 0.27% | - |
| HSV(B) | 359.55º | 0.98% | 0.53% | - |
| XYZ | 10.21 | 5.31 | 0.6 | - |
| YUV | 42.88 | 106.06 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 4 | 0 | 0.98 | 0.97 | 0.47 | 359.55 | 0.96 | 0.27 |
| Hex | 88 | 3 | 4 | 0 | 62 | 61 | 2F | 168 | 60 | 1B |
| Octal | 210 | 3 | 4 | 0 | 142 | 141 | 57 | 550 | 140 | 33 |
| Binary | 10001000 | 11 | 100 | 0 | 1100010 | 1100001 | 101111 | 101101000 | 1100000 | 11011 |
Color Harmonies of #880304
Complementary color
Monochromatic Colors of #880304
Black with #880304
Text Example
Text Example
White with #880304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880304; }
p { color: rgb(136,3,4); }
H1.HeaderClassName
{
color: #880304;
}
.AnyTagClassName
{
color: #880304;
}
</style>
background-color css
<style>
a { background-color: #880304; }
a { background-color: rgb(136,3,4); }
div.DivClassName
{
background-color: #880304;
}
.BgClassName
{
background-color: #880304;
}
</style>
border-color css
<style>
span { border-color: #880304; }
span { border-color: rgb(136,3,4); }
td.TdClassName
{
border-color: #880304;
}
.TagClassName
{
border-color: #880304;
}
</style>