Shades of Sangria #91080E
Tints of Sangria #91080E
RGB
CMYK
RGB Variations
Color information
#91080E (or 0x91080E) is known color: Sangria. HEX triplet: 91, 08 and 0E. RGB value is (145,8,14). Sum of RGB (Red+Green+Blue) = 145+8+14=167 (22% of max value = 765). Red value is 145 (57.03% from 255 or 86.83% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 145 - color contains mainly: red. Hex color #91080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91080E is #6EF7F1. Grayscale: #313131. Windows color (decimal): -7272434 or 919697. OLE color: 919697.
HSL color Cylindrical-coordinate representation of color #91080E: hue angle of 357.37º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #91080E is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 14 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.43 |
| HSL | 357.37º | 0.9% | 0.3% | - |
| HSV(B) | 357.37º | 0.94% | 0.57% | - |
| XYZ | 11.84 | 6.23 | 0.99 | - |
| YUV | 49.65 | 107.89 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 14 | 0 | 0.94 | 0.90 | 0.43 | 357.37 | 0.9 | 0.3 |
| Hex | 91 | 8 | E | 0 | 5E | 5A | 2B | 165 | 5A | 1E |
| Octal | 221 | 10 | 16 | 0 | 136 | 132 | 53 | 545 | 132 | 36 |
| Binary | 10010001 | 1000 | 1110 | 0 | 1011110 | 1011010 | 101011 | 101100101 | 1011010 | 11110 |
Color Harmonies of #91080E
Complementary color
Monochromatic Colors of #91080E
Black with #91080E
Text Example
Text Example
White with #91080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91080E; }
p { color: rgb(145,8,14); }
H1.HeaderClassName
{
color: #91080E;
}
.AnyTagClassName
{
color: #91080E;
}
</style>
background-color css
<style>
a { background-color: #91080E; }
a { background-color: rgb(145,8,14); }
div.DivClassName
{
background-color: #91080E;
}
.BgClassName
{
background-color: #91080E;
}
</style>
border-color css
<style>
span { border-color: #91080E; }
span { border-color: rgb(145,8,14); }
td.TdClassName
{
border-color: #91080E;
}
.TagClassName
{
border-color: #91080E;
}
</style>