Shades of Sangria #921115
Tints of Sangria #921115
RGB
CMYK
RGB Variations
Color information
#921115 (or 0x921115) is known color: Sangria. HEX triplet: 92, 11 and 15. RGB value is (146,17,21). Sum of RGB (Red+Green+Blue) = 146+17+21=184 (24% of max value = 765). Red value is 146 (57.42% from 255 or 79.35% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 146 - color contains mainly: red. Hex color #921115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921115 is #6DEEEA. Grayscale: #383838. Windows color (decimal): -7204587 or 1380754. OLE color: 1380754.
HSL color Cylindrical-coordinate representation of color #921115: hue angle of 358.14º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921115 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 17 | 21 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.43 |
| HSL | 358.14º | 0.79% | 0.32% | - |
| HSV(B) | 358.14º | 0.88% | 0.57% | - |
| XYZ | 12.19 | 6.57 | 1.33 | - |
| YUV | 56.03 | 108.24 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 21 | 0 | 0.88 | 0.86 | 0.43 | 358.14 | 0.79 | 0.32 |
| Hex | 92 | 11 | 15 | 0 | 58 | 56 | 2B | 166 | 4F | 20 |
| Octal | 222 | 21 | 25 | 0 | 130 | 126 | 53 | 546 | 117 | 40 |
| Binary | 10010010 | 10001 | 10101 | 0 | 1011000 | 1010110 | 101011 | 101100110 | 1001111 | 100000 |
Color Harmonies of #921115
Complementary color
Monochromatic Colors of #921115
Black with #921115
Text Example
Text Example
White with #921115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921115; }
p { color: rgb(146,17,21); }
H1.HeaderClassName
{
color: #921115;
}
.AnyTagClassName
{
color: #921115;
}
</style>
background-color css
<style>
a { background-color: #921115; }
a { background-color: rgb(146,17,21); }
div.DivClassName
{
background-color: #921115;
}
.BgClassName
{
background-color: #921115;
}
</style>
border-color css
<style>
span { border-color: #921115; }
span { border-color: rgb(146,17,21); }
td.TdClassName
{
border-color: #921115;
}
.TagClassName
{
border-color: #921115;
}
</style>