Shades of Sangria #920C11
Tints of Sangria #920C11
RGB
CMYK
RGB Variations
Color information
#920C11 (or 0x920C11) is known color: Sangria. HEX triplet: 92, 0C and 11. RGB value is (146,12,17). Sum of RGB (Red+Green+Blue) = 146+12+17=175 (23% of max value = 765). Red value is 146 (57.42% from 255 or 83.43% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 146 - color contains mainly: red. Hex color #920C11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920C11 is #6DF3EE. Grayscale: #343434. Windows color (decimal): -7205871 or 1117330. OLE color: 1117330.
HSL color Cylindrical-coordinate representation of color #920C11: hue angle of 357.76º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920C11 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 12 | 17 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.43 |
| HSL | 357.76º | 0.85% | 0.31% | - |
| HSV(B) | 357.76º | 0.92% | 0.57% | - |
| XYZ | 12.09 | 6.41 | 1.13 | - |
| YUV | 52.64 | 107.89 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 12 | 17 | 0 | 0.92 | 0.88 | 0.43 | 357.76 | 0.85 | 0.31 |
| Hex | 92 | C | 11 | 0 | 5C | 58 | 2B | 166 | 55 | 1F |
| Octal | 222 | 14 | 21 | 0 | 134 | 130 | 53 | 546 | 125 | 37 |
| Binary | 10010010 | 1100 | 10001 | 0 | 1011100 | 1011000 | 101011 | 101100110 | 1010101 | 11111 |
Color Harmonies of #920C11
Complementary color
Monochromatic Colors of #920C11
Black with #920C11
Text Example
Text Example
White with #920C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920C11; }
p { color: rgb(146,12,17); }
H1.HeaderClassName
{
color: #920C11;
}
.AnyTagClassName
{
color: #920C11;
}
</style>
background-color css
<style>
a { background-color: #920C11; }
a { background-color: rgb(146,12,17); }
div.DivClassName
{
background-color: #920C11;
}
.BgClassName
{
background-color: #920C11;
}
</style>
border-color css
<style>
span { border-color: #920C11; }
span { border-color: rgb(146,12,17); }
td.TdClassName
{
border-color: #920C11;
}
.TagClassName
{
border-color: #920C11;
}
</style>