Shades of Sangria #880309
Tints of Sangria #880309
RGB
CMYK
RGB Variations
Color information
#880309 (or 0x880309) is known color: Sangria. HEX triplet: 88, 03 and 09. RGB value is (136,3,9). Sum of RGB (Red+Green+Blue) = 136+3+9=148 (19% of max value = 765). Red value is 136 (53.52% from 255 or 91.89% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 136 - color contains mainly: red. Hex color #880309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880309 is #77FCF6. Grayscale: #2B2B2B. Windows color (decimal): -7863543 or 590728. OLE color: 590728.
HSL color Cylindrical-coordinate representation of color #880309: hue angle of 357.29º 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 #880309 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 9 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.47 |
| HSL | 357.29º | 0.96% | 0.27% | - |
| HSV(B) | 357.29º | 0.98% | 0.53% | - |
| XYZ | 10.24 | 5.32 | 0.75 | - |
| YUV | 43.45 | 108.56 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 9 | 0 | 0.98 | 0.93 | 0.47 | 357.29 | 0.96 | 0.27 |
| Hex | 88 | 3 | 9 | 0 | 62 | 5D | 2F | 165 | 60 | 1B |
| Octal | 210 | 3 | 11 | 0 | 142 | 135 | 57 | 545 | 140 | 33 |
| Binary | 10001000 | 11 | 1001 | 0 | 1100010 | 1011101 | 101111 | 101100101 | 1100000 | 11011 |
Color Harmonies of #880309
Complementary color
Monochromatic Colors of #880309
Black with #880309
Text Example
Text Example
White with #880309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880309; }
p { color: rgb(136,3,9); }
H1.HeaderClassName
{
color: #880309;
}
.AnyTagClassName
{
color: #880309;
}
</style>
background-color css
<style>
a { background-color: #880309; }
a { background-color: rgb(136,3,9); }
div.DivClassName
{
background-color: #880309;
}
.BgClassName
{
background-color: #880309;
}
</style>
border-color css
<style>
span { border-color: #880309; }
span { border-color: rgb(136,3,9); }
td.TdClassName
{
border-color: #880309;
}
.TagClassName
{
border-color: #880309;
}
</style>