Shades of Sangria #940B11
Tints of Sangria #940B11
RGB
CMYK
RGB Variations
Color information
#940B11 (or 0x940B11) is known color: Sangria. HEX triplet: 94, 0B and 11. RGB value is (148,11,17). Sum of RGB (Red+Green+Blue) = 148+11+17=176 (23% of max value = 765). Red value is 148 (58.20% from 255 or 84.09% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 148 - color contains mainly: red. Hex color #940B11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940B11 is #6BF4EE. Grayscale: #343434. Windows color (decimal): -7075055 or 1117076. OLE color: 1117076.
HSL color Cylindrical-coordinate representation of color #940B11: hue angle of 357.37º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940B11 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 11 | 17 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.42 |
| HSL | 357.37º | 0.86% | 0.31% | - |
| HSV(B) | 357.37º | 0.93% | 0.58% | - |
| XYZ | 12.43 | 6.58 | 1.14 | - |
| YUV | 52.65 | 107.89 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 11 | 17 | 0 | 0.93 | 0.89 | 0.42 | 357.37 | 0.86 | 0.31 |
| Hex | 94 | B | 11 | 0 | 5D | 59 | 2A | 165 | 56 | 1F |
| Octal | 224 | 13 | 21 | 0 | 135 | 131 | 52 | 545 | 126 | 37 |
| Binary | 10010100 | 1011 | 10001 | 0 | 1011101 | 1011001 | 101010 | 101100101 | 1010110 | 11111 |
Color Harmonies of #940B11
Complementary color
Monochromatic Colors of #940B11
Black with #940B11
Text Example
Text Example
White with #940B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940B11; }
p { color: rgb(148,11,17); }
H1.HeaderClassName
{
color: #940B11;
}
.AnyTagClassName
{
color: #940B11;
}
</style>
background-color css
<style>
a { background-color: #940B11; }
a { background-color: rgb(148,11,17); }
div.DivClassName
{
background-color: #940B11;
}
.BgClassName
{
background-color: #940B11;
}
</style>
border-color css
<style>
span { border-color: #940B11; }
span { border-color: rgb(148,11,17); }
td.TdClassName
{
border-color: #940B11;
}
.TagClassName
{
border-color: #940B11;
}
</style>