Shades of Sangria #920D11
Tints of Sangria #920D11
RGB
CMYK
RGB Variations
Color information
#920D11 (or 0x920D11) is known color: Sangria. HEX triplet: 92, 0D and 11. RGB value is (146,13,17). Sum of RGB (Red+Green+Blue) = 146+13+17=176 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.95% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 146 - color contains mainly: red. Hex color #920D11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920D11 is #6DF2EE. Grayscale: #353535. Windows color (decimal): -7205615 or 1117586. OLE color: 1117586.
HSL color Cylindrical-coordinate representation of color #920D11: hue angle of 358.2º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #920D11 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 13 | 17 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.43 |
| HSL | 358.2º | 0.84% | 0.31% | - |
| HSV(B) | 358.2º | 0.91% | 0.57% | - |
| XYZ | 12.1 | 6.44 | 1.14 | - |
| YUV | 53.22 | 107.56 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 17 | 0 | 0.91 | 0.88 | 0.43 | 358.2 | 0.84 | 0.31 |
| Hex | 92 | D | 11 | 0 | 5B | 58 | 2B | 166 | 54 | 1F |
| Octal | 222 | 15 | 21 | 0 | 133 | 130 | 53 | 546 | 124 | 37 |
| Binary | 10010010 | 1101 | 10001 | 0 | 1011011 | 1011000 | 101011 | 101100110 | 1010100 | 11111 |
Color Harmonies of #920D11
Complementary color
Monochromatic Colors of #920D11
Black with #920D11
Text Example
Text Example
White with #920D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920D11; }
p { color: rgb(146,13,17); }
H1.HeaderClassName
{
color: #920D11;
}
.AnyTagClassName
{
color: #920D11;
}
</style>
background-color css
<style>
a { background-color: #920D11; }
a { background-color: rgb(146,13,17); }
div.DivClassName
{
background-color: #920D11;
}
.BgClassName
{
background-color: #920D11;
}
</style>
border-color css
<style>
span { border-color: #920D11; }
span { border-color: rgb(146,13,17); }
td.TdClassName
{
border-color: #920D11;
}
.TagClassName
{
border-color: #920D11;
}
</style>