Shades of Sangria #88040D
Tints of Sangria #88040D
RGB
CMYK
RGB Variations
Color information
#88040D (or 0x88040D) is known color: Sangria. HEX triplet: 88, 04 and 0D. RGB value is (136,4,13). Sum of RGB (Red+Green+Blue) = 136+4+13=153 (20% of max value = 765). Red value is 136 (53.52% from 255 or 88.89% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 136 - color contains mainly: red. Hex color #88040D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88040D is #77FBF2. Grayscale: #2C2C2C. Windows color (decimal): -7863283 or 853128. OLE color: 853128.
HSL color Cylindrical-coordinate representation of color #88040D: hue angle of 355.91º 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 #88040D is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 4 | 13 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.47 |
| HSL | 355.91º | 0.94% | 0.27% | - |
| HSV(B) | 355.91º | 0.97% | 0.53% | - |
| XYZ | 10.27 | 5.35 | 0.87 | - |
| YUV | 44.49 | 110.23 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 4 | 13 | 0 | 0.97 | 0.90 | 0.47 | 355.91 | 0.94 | 0.27 |
| Hex | 88 | 4 | D | 0 | 61 | 5A | 2F | 164 | 5E | 1B |
| Octal | 210 | 4 | 15 | 0 | 141 | 132 | 57 | 544 | 136 | 33 |
| Binary | 10001000 | 100 | 1101 | 0 | 1100001 | 1011010 | 101111 | 101100100 | 1011110 | 11011 |
Color Harmonies of #88040D
Complementary color
Monochromatic Colors of #88040D
Black with #88040D
Text Example
Text Example
White with #88040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88040D; }
p { color: rgb(136,4,13); }
H1.HeaderClassName
{
color: #88040D;
}
.AnyTagClassName
{
color: #88040D;
}
</style>
background-color css
<style>
a { background-color: #88040D; }
a { background-color: rgb(136,4,13); }
div.DivClassName
{
background-color: #88040D;
}
.BgClassName
{
background-color: #88040D;
}
</style>
border-color css
<style>
span { border-color: #88040D; }
span { border-color: rgb(136,4,13); }
td.TdClassName
{
border-color: #88040D;
}
.TagClassName
{
border-color: #88040D;
}
</style>