Shades of Sangria #91090E
Tints of Sangria #91090E
RGB
CMYK
RGB Variations
Color information
#91090E (or 0x91090E) is known color: Sangria. HEX triplet: 91, 09 and 0E. RGB value is (145,9,14). Sum of RGB (Red+Green+Blue) = 145+9+14=168 (22% of max value = 765). Red value is 145 (57.03% from 255 or 86.31% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 145 - color contains mainly: red. Hex color #91090E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91090E is #6EF6F1. Grayscale: #323232. Windows color (decimal): -7272178 or 919953. OLE color: 919953.
HSL color Cylindrical-coordinate representation of color #91090E: hue angle of 357.79º degrees, saturation: 0.88, 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 #91090E is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 9 | 14 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.43 |
| HSL | 357.79º | 0.88% | 0.3% | - |
| HSV(B) | 357.79º | 0.94% | 0.57% | - |
| XYZ | 11.85 | 6.25 | 1 | - |
| YUV | 50.23 | 107.56 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 14 | 0 | 0.94 | 0.90 | 0.43 | 357.79 | 0.88 | 0.3 |
| Hex | 91 | 9 | E | 0 | 5E | 5A | 2B | 166 | 58 | 1E |
| Octal | 221 | 11 | 16 | 0 | 136 | 132 | 53 | 546 | 130 | 36 |
| Binary | 10010001 | 1001 | 1110 | 0 | 1011110 | 1011010 | 101011 | 101100110 | 1011000 | 11110 |
Color Harmonies of #91090E
Complementary color
Monochromatic Colors of #91090E
Black with #91090E
Text Example
Text Example
White with #91090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91090E; }
p { color: rgb(145,9,14); }
H1.HeaderClassName
{
color: #91090E;
}
.AnyTagClassName
{
color: #91090E;
}
</style>
background-color css
<style>
a { background-color: #91090E; }
a { background-color: rgb(145,9,14); }
div.DivClassName
{
background-color: #91090E;
}
.BgClassName
{
background-color: #91090E;
}
</style>
border-color css
<style>
span { border-color: #91090E; }
span { border-color: rgb(145,9,14); }
td.TdClassName
{
border-color: #91090E;
}
.TagClassName
{
border-color: #91090E;
}
</style>