Shades of Sangria #88030F
Tints of Sangria #88030F
RGB
CMYK
RGB Variations
Color information
#88030F (or 0x88030F) is known color: Sangria. HEX triplet: 88, 03 and 0F. RGB value is (136,3,15). Sum of RGB (Red+Green+Blue) = 136+3+15=154 (20% of max value = 765). Red value is 136 (53.52% from 255 or 88.31% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 136 - color contains mainly: red. Hex color #88030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88030F is #77FCF0. Grayscale: #2C2C2C. Windows color (decimal): -7863537 or 983944. OLE color: 983944.
HSL color Cylindrical-coordinate representation of color #88030F: hue angle of 354.59º 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 #88030F is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 15 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.47 |
| HSL | 354.59º | 0.96% | 0.27% | - |
| HSV(B) | 354.59º | 0.98% | 0.53% | - |
| XYZ | 10.27 | 5.33 | 0.94 | - |
| YUV | 44.14 | 111.56 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 15 | 0 | 0.98 | 0.89 | 0.47 | 354.59 | 0.96 | 0.27 |
| Hex | 88 | 3 | F | 0 | 62 | 59 | 2F | 163 | 60 | 1B |
| Octal | 210 | 3 | 17 | 0 | 142 | 131 | 57 | 543 | 140 | 33 |
| Binary | 10001000 | 11 | 1111 | 0 | 1100010 | 1011001 | 101111 | 101100011 | 1100000 | 11011 |
Color Harmonies of #88030F
Complementary color
Monochromatic Colors of #88030F
Black with #88030F
Text Example
Text Example
White with #88030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88030F; }
p { color: rgb(136,3,15); }
H1.HeaderClassName
{
color: #88030F;
}
.AnyTagClassName
{
color: #88030F;
}
</style>
background-color css
<style>
a { background-color: #88030F; }
a { background-color: rgb(136,3,15); }
div.DivClassName
{
background-color: #88030F;
}
.BgClassName
{
background-color: #88030F;
}
</style>
border-color css
<style>
span { border-color: #88030F; }
span { border-color: rgb(136,3,15); }
td.TdClassName
{
border-color: #88030F;
}
.TagClassName
{
border-color: #88030F;
}
</style>