Shades of Sangria #940111
Tints of Sangria #940111
RGB
CMYK
RGB Variations
Color information
#940111 (or 0x940111) is known color: Sangria. HEX triplet: 94, 01 and 11. RGB value is (148,1,17). Sum of RGB (Red+Green+Blue) = 148+1+17=166 (21% of max value = 765). Red value is 148 (58.20% from 255 or 89.16% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 148 - color contains mainly: red. Hex color #940111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940111 is #6BFEEE. Grayscale: #2E2E2E. Windows color (decimal): -7077615 or 1114516. OLE color: 1114516.
HSL color Cylindrical-coordinate representation of color #940111: hue angle of 353.47º degrees, saturation: 0.99, 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 #940111 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 1 | 17 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.42 |
| HSL | 353.47º | 0.99% | 0.29% | - |
| HSV(B) | 353.47º | 0.99% | 0.58% | - |
| XYZ | 12.32 | 6.36 | 1.11 | - |
| YUV | 46.78 | 111.2 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 17 | 0 | 0.99 | 0.89 | 0.42 | 353.47 | 0.99 | 0.29 |
| Hex | 94 | 1 | 11 | 0 | 63 | 59 | 2A | 161 | 63 | 1D |
| Octal | 224 | 1 | 21 | 0 | 143 | 131 | 52 | 541 | 143 | 35 |
| Binary | 10010100 | 1 | 10001 | 0 | 1100011 | 1011001 | 101010 | 101100001 | 1100011 | 11101 |
Color Harmonies of #940111
Complementary color
Monochromatic Colors of #940111
Black with #940111
Text Example
Text Example
White with #940111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940111; }
p { color: rgb(148,1,17); }
H1.HeaderClassName
{
color: #940111;
}
.AnyTagClassName
{
color: #940111;
}
</style>
background-color css
<style>
a { background-color: #940111; }
a { background-color: rgb(148,1,17); }
div.DivClassName
{
background-color: #940111;
}
.BgClassName
{
background-color: #940111;
}
</style>
border-color css
<style>
span { border-color: #940111; }
span { border-color: rgb(148,1,17); }
td.TdClassName
{
border-color: #940111;
}
.TagClassName
{
border-color: #940111;
}
</style>