Shades of Sangria #880002
Tints of Sangria #880002
RGB
CMYK
RGB Variations
Color information
#880002 (or 0x880002) is known color: Sangria. HEX triplet: 88, 00 and 02. RGB value is (136,0,2). Sum of RGB (Red+Green+Blue) = 136+0+2=138 (18% of max value = 765). Red value is 136 (53.52% from 255 or 98.55% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 136 - color contains mainly: red. Hex color #880002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880002 is #77FFFD. Grayscale: #292929. Windows color (decimal): -7864318 or 131208. OLE color: 131208.
HSL color Cylindrical-coordinate representation of color #880002: hue angle of 359.12º 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 #880002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.47 |
| HSL | 359.12º | 1% | 0.27% | - |
| HSV(B) | 359.12º | 1% | 0.53% | - |
| XYZ | 10.16 | 5.24 | 0.53 | - |
| YUV | 40.89 | 106.06 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 2 | 0 | 1 | 0.99 | 0.47 | 359.12 | 1 | 0.27 |
| Hex | 88 | 0 | 2 | 0 | 64 | 63 | 2F | 167 | 64 | 1B |
| Octal | 210 | 0 | 2 | 0 | 144 | 143 | 57 | 547 | 144 | 33 |
| Binary | 10001000 | 0 | 10 | 0 | 1100100 | 1100011 | 101111 | 101100111 | 1100100 | 11011 |
Color Harmonies of #880002
Complementary color
Monochromatic Colors of #880002
Black with #880002
Text Example
Text Example
White with #880002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880002; }
p { color: rgb(136,0,2); }
H1.HeaderClassName
{
color: #880002;
}
.AnyTagClassName
{
color: #880002;
}
</style>
background-color css
<style>
a { background-color: #880002; }
a { background-color: rgb(136,0,2); }
div.DivClassName
{
background-color: #880002;
}
.BgClassName
{
background-color: #880002;
}
</style>
border-color css
<style>
span { border-color: #880002; }
span { border-color: rgb(136,0,2); }
td.TdClassName
{
border-color: #880002;
}
.TagClassName
{
border-color: #880002;
}
</style>