Shades of Sangria #8B1113
Tints of Sangria #8B1113
RGB
CMYK
RGB Variations
Color information
#8B1113 (or 0x8B1113) is known color: Sangria. HEX triplet: 8B, 11 and 13. RGB value is (139,17,19). Sum of RGB (Red+Green+Blue) = 139+17+19=175 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.43% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1113 is #74EEEC. Grayscale: #353535. Windows color (decimal): -7663341 or 1249675. OLE color: 1249675.
HSL color Cylindrical-coordinate representation of color #8B1113: hue angle of 359.02º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1113 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 17 | 19 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.45 |
| HSL | 359.02º | 0.78% | 0.31% | - |
| HSV(B) | 359.02º | 0.88% | 0.55% | - |
| XYZ | 10.97 | 5.94 | 1.18 | - |
| YUV | 53.71 | 108.42 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 17 | 19 | 0 | 0.88 | 0.86 | 0.45 | 359.02 | 0.78 | 0.31 |
| Hex | 8B | 11 | 13 | 0 | 58 | 56 | 2D | 167 | 4E | 1F |
| Octal | 213 | 21 | 23 | 0 | 130 | 126 | 55 | 547 | 116 | 37 |
| Binary | 10001011 | 10001 | 10011 | 0 | 1011000 | 1010110 | 101101 | 101100111 | 1001110 | 11111 |
Color Harmonies of #8B1113
Complementary color
Monochromatic Colors of #8B1113
Black with #8B1113
Text Example
Text Example
White with #8B1113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1113; }
p { color: rgb(139,17,19); }
H1.HeaderClassName
{
color: #8B1113;
}
.AnyTagClassName
{
color: #8B1113;
}
</style>
background-color css
<style>
a { background-color: #8B1113; }
a { background-color: rgb(139,17,19); }
div.DivClassName
{
background-color: #8B1113;
}
.BgClassName
{
background-color: #8B1113;
}
</style>
border-color css
<style>
span { border-color: #8B1113; }
span { border-color: rgb(139,17,19); }
td.TdClassName
{
border-color: #8B1113;
}
.TagClassName
{
border-color: #8B1113;
}
</style>