Shades of Sangria #8B1016
Tints of Sangria #8B1016
RGB
CMYK
RGB Variations
Color information
#8B1016 (or 0x8B1016) is known color: Sangria. HEX triplet: 8B, 10 and 16. RGB value is (139,16,22). Sum of RGB (Red+Green+Blue) = 139+16+22=177 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.53% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1016 is #74EFE9. Grayscale: #353535. Windows color (decimal): -7663594 or 1446027. OLE color: 1446027.
HSL color Cylindrical-coordinate representation of color #8B1016: hue angle of 357.07º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1016 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 16 | 22 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.45 |
| HSL | 357.07º | 0.79% | 0.3% | - |
| HSV(B) | 357.07º | 0.88% | 0.55% | - |
| XYZ | 10.98 | 5.92 | 1.32 | - |
| YUV | 53.46 | 110.25 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 22 | 0 | 0.88 | 0.84 | 0.45 | 357.07 | 0.79 | 0.3 |
| Hex | 8B | 10 | 16 | 0 | 58 | 54 | 2D | 165 | 4F | 1E |
| Octal | 213 | 20 | 26 | 0 | 130 | 124 | 55 | 545 | 117 | 36 |
| Binary | 10001011 | 10000 | 10110 | 0 | 1011000 | 1010100 | 101101 | 101100101 | 1001111 | 11110 |
Color Harmonies of #8B1016
Complementary color
Monochromatic Colors of #8B1016
Black with #8B1016
Text Example
Text Example
White with #8B1016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1016; }
p { color: rgb(139,16,22); }
H1.HeaderClassName
{
color: #8B1016;
}
.AnyTagClassName
{
color: #8B1016;
}
</style>
background-color css
<style>
a { background-color: #8B1016; }
a { background-color: rgb(139,16,22); }
div.DivClassName
{
background-color: #8B1016;
}
.BgClassName
{
background-color: #8B1016;
}
</style>
border-color css
<style>
span { border-color: #8B1016; }
span { border-color: rgb(139,16,22); }
td.TdClassName
{
border-color: #8B1016;
}
.TagClassName
{
border-color: #8B1016;
}
</style>