Shades of Sangria #921113
Tints of Sangria #921113
RGB
CMYK
RGB Variations
Color information
#921113 (or 0x921113) is known color: Sangria. HEX triplet: 92, 11 and 13. RGB value is (146,17,19). Sum of RGB (Red+Green+Blue) = 146+17+19=182 (24% of max value = 765). Red value is 146 (57.42% from 255 or 80.22% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 146 - color contains mainly: red. Hex color #921113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921113 is #6DEEEC. Grayscale: #373737. Windows color (decimal): -7204589 or 1249682. OLE color: 1249682.
HSL color Cylindrical-coordinate representation of color #921113: hue angle of 359.07º 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 #921113 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 17 | 19 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.43 |
| HSL | 359.07º | 0.79% | 0.32% | - |
| HSV(B) | 359.07º | 0.88% | 0.57% | - |
| XYZ | 12.17 | 6.56 | 1.24 | - |
| YUV | 55.8 | 107.24 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 19 | 0 | 0.88 | 0.87 | 0.43 | 359.07 | 0.79 | 0.32 |
| Hex | 92 | 11 | 13 | 0 | 58 | 57 | 2B | 167 | 4F | 20 |
| Octal | 222 | 21 | 23 | 0 | 130 | 127 | 53 | 547 | 117 | 40 |
| Binary | 10010010 | 10001 | 10011 | 0 | 1011000 | 1010111 | 101011 | 101100111 | 1001111 | 100000 |
Color Harmonies of #921113
Complementary color
Monochromatic Colors of #921113
Black with #921113
Text Example
Text Example
White with #921113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921113; }
p { color: rgb(146,17,19); }
H1.HeaderClassName
{
color: #921113;
}
.AnyTagClassName
{
color: #921113;
}
</style>
background-color css
<style>
a { background-color: #921113; }
a { background-color: rgb(146,17,19); }
div.DivClassName
{
background-color: #921113;
}
.BgClassName
{
background-color: #921113;
}
</style>
border-color css
<style>
span { border-color: #921113; }
span { border-color: rgb(146,17,19); }
td.TdClassName
{
border-color: #921113;
}
.TagClassName
{
border-color: #921113;
}
</style>