Shades of Sangria #88030D
Tints of Sangria #88030D
RGB
CMYK
RGB Variations
Color information
#88030D (or 0x88030D) is known color: Sangria. HEX triplet: 88, 03 and 0D. RGB value is (136,3,13). Sum of RGB (Red+Green+Blue) = 136+3+13=152 (20% of max value = 765). Red value is 136 (53.52% from 255 or 89.47% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 136 - color contains mainly: red. Hex color #88030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88030D is #77FCF2. Grayscale: #2C2C2C. Windows color (decimal): -7863539 or 852872. OLE color: 852872.
HSL color Cylindrical-coordinate representation of color #88030D: hue angle of 355.49º 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 #88030D is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.47 |
| HSL | 355.49º | 0.96% | 0.27% | - |
| HSV(B) | 355.49º | 0.98% | 0.53% | - |
| XYZ | 10.26 | 5.33 | 0.87 | - |
| YUV | 43.91 | 110.56 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 13 | 0 | 0.98 | 0.90 | 0.47 | 355.49 | 0.96 | 0.27 |
| Hex | 88 | 3 | D | 0 | 62 | 5A | 2F | 163 | 60 | 1B |
| Octal | 210 | 3 | 15 | 0 | 142 | 132 | 57 | 543 | 140 | 33 |
| Binary | 10001000 | 11 | 1101 | 0 | 1100010 | 1011010 | 101111 | 101100011 | 1100000 | 11011 |
Color Harmonies of #88030D
Complementary color
Monochromatic Colors of #88030D
Black with #88030D
Text Example
Text Example
White with #88030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88030D; }
p { color: rgb(136,3,13); }
H1.HeaderClassName
{
color: #88030D;
}
.AnyTagClassName
{
color: #88030D;
}
</style>
background-color css
<style>
a { background-color: #88030D; }
a { background-color: rgb(136,3,13); }
div.DivClassName
{
background-color: #88030D;
}
.BgClassName
{
background-color: #88030D;
}
</style>
border-color css
<style>
span { border-color: #88030D; }
span { border-color: rgb(136,3,13); }
td.TdClassName
{
border-color: #88030D;
}
.TagClassName
{
border-color: #88030D;
}
</style>