Shades of Sangria #91060B
Tints of Sangria #91060B
RGB
CMYK
RGB Variations
Color information
#91060B (or 0x91060B) is known color: Sangria. HEX triplet: 91, 06 and 0B. RGB value is (145,6,11). Sum of RGB (Red+Green+Blue) = 145+6+11=162 (21% of max value = 765). Red value is 145 (57.03% from 255 or 89.51% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 145 - color contains mainly: red. Hex color #91060B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91060B is #6EF9F4. Grayscale: #303030. Windows color (decimal): -7272949 or 722577. OLE color: 722577.
HSL color Cylindrical-coordinate representation of color #91060B: hue angle of 357.84º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #91060B is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 6 | 11 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.43 |
| HSL | 357.84º | 0.92% | 0.3% | - |
| HSV(B) | 357.84º | 0.96% | 0.57% | - |
| XYZ | 11.8 | 6.17 | 0.89 | - |
| YUV | 48.13 | 107.05 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 11 | 0 | 0.96 | 0.92 | 0.43 | 357.84 | 0.92 | 0.3 |
| Hex | 91 | 6 | B | 0 | 60 | 5C | 2B | 166 | 5C | 1E |
| Octal | 221 | 6 | 13 | 0 | 140 | 134 | 53 | 546 | 134 | 36 |
| Binary | 10010001 | 110 | 1011 | 0 | 1100000 | 1011100 | 101011 | 101100110 | 1011100 | 11110 |
Color Harmonies of #91060B
Complementary color
Monochromatic Colors of #91060B
Black with #91060B
Text Example
Text Example
White with #91060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91060B; }
p { color: rgb(145,6,11); }
H1.HeaderClassName
{
color: #91060B;
}
.AnyTagClassName
{
color: #91060B;
}
</style>
background-color css
<style>
a { background-color: #91060B; }
a { background-color: rgb(145,6,11); }
div.DivClassName
{
background-color: #91060B;
}
.BgClassName
{
background-color: #91060B;
}
</style>
border-color css
<style>
span { border-color: #91060B; }
span { border-color: rgb(145,6,11); }
td.TdClassName
{
border-color: #91060B;
}
.TagClassName
{
border-color: #91060B;
}
</style>