Shades of Sangria #91060D
Tints of Sangria #91060D
RGB
CMYK
RGB Variations
Color information
#91060D (or 0x91060D) is known color: Sangria. HEX triplet: 91, 06 and 0D. RGB value is (145,6,13). Sum of RGB (Red+Green+Blue) = 145+6+13=164 (21% of max value = 765). Red value is 145 (57.03% from 255 or 88.41% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 145 - color contains mainly: red. Hex color #91060D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91060D is #6EF9F2. Grayscale: #303030. Windows color (decimal): -7272947 or 853649. OLE color: 853649.
HSL color Cylindrical-coordinate representation of color #91060D: hue angle of 356.98º 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 #91060D is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 6 | 13 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.43 |
| HSL | 356.98º | 0.92% | 0.3% | - |
| HSV(B) | 356.98º | 0.96% | 0.57% | - |
| XYZ | 11.81 | 6.18 | 0.95 | - |
| YUV | 48.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 13 | 0 | 0.96 | 0.91 | 0.43 | 356.98 | 0.92 | 0.3 |
| Hex | 91 | 6 | D | 0 | 60 | 5B | 2B | 165 | 5C | 1E |
| Octal | 221 | 6 | 15 | 0 | 140 | 133 | 53 | 545 | 134 | 36 |
| Binary | 10010001 | 110 | 1101 | 0 | 1100000 | 1011011 | 101011 | 101100101 | 1011100 | 11110 |
Color Harmonies of #91060D
Complementary color
Monochromatic Colors of #91060D
Black with #91060D
Text Example
Text Example
White with #91060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91060D; }
p { color: rgb(145,6,13); }
H1.HeaderClassName
{
color: #91060D;
}
.AnyTagClassName
{
color: #91060D;
}
</style>
background-color css
<style>
a { background-color: #91060D; }
a { background-color: rgb(145,6,13); }
div.DivClassName
{
background-color: #91060D;
}
.BgClassName
{
background-color: #91060D;
}
</style>
border-color css
<style>
span { border-color: #91060D; }
span { border-color: rgb(145,6,13); }
td.TdClassName
{
border-color: #91060D;
}
.TagClassName
{
border-color: #91060D;
}
</style>