Shades of Sangria #940211
Tints of Sangria #940211
RGB
CMYK
RGB Variations
Color information
#940211 (or 0x940211) is known color: Sangria. HEX triplet: 94, 02 and 11. RGB value is (148,2,17). Sum of RGB (Red+Green+Blue) = 148+2+17=167 (22% of max value = 765). Red value is 148 (58.20% from 255 or 88.62% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 148 - color contains mainly: red. Hex color #940211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940211 is #6BFDEE. Grayscale: #2F2F2F. Windows color (decimal): -7077359 or 1114772. OLE color: 1114772.
HSL color Cylindrical-coordinate representation of color #940211: hue angle of 353.84º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #940211 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 17 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.42 |
| HSL | 353.84º | 0.97% | 0.29% | - |
| HSV(B) | 353.84º | 0.99% | 0.58% | - |
| XYZ | 12.34 | 6.38 | 1.11 | - |
| YUV | 47.36 | 110.87 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 17 | 0 | 0.99 | 0.89 | 0.42 | 353.84 | 0.97 | 0.29 |
| Hex | 94 | 2 | 11 | 0 | 63 | 59 | 2A | 162 | 61 | 1D |
| Octal | 224 | 2 | 21 | 0 | 143 | 131 | 52 | 542 | 141 | 35 |
| Binary | 10010100 | 10 | 10001 | 0 | 1100011 | 1011001 | 101010 | 101100010 | 1100001 | 11101 |
Color Harmonies of #940211
Complementary color
Monochromatic Colors of #940211
Black with #940211
Text Example
Text Example
White with #940211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940211; }
p { color: rgb(148,2,17); }
H1.HeaderClassName
{
color: #940211;
}
.AnyTagClassName
{
color: #940211;
}
</style>
background-color css
<style>
a { background-color: #940211; }
a { background-color: rgb(148,2,17); }
div.DivClassName
{
background-color: #940211;
}
.BgClassName
{
background-color: #940211;
}
</style>
border-color css
<style>
span { border-color: #940211; }
span { border-color: rgb(148,2,17); }
td.TdClassName
{
border-color: #940211;
}
.TagClassName
{
border-color: #940211;
}
</style>