Shades of Sangria #941113
Tints of Sangria #941113
RGB
CMYK
RGB Variations
Color information
#941113 (or 0x941113) is known color: Sangria. HEX triplet: 94, 11 and 13. RGB value is (148,17,19). Sum of RGB (Red+Green+Blue) = 148+17+19=184 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80.43% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 148 - color contains mainly: red. Hex color #941113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941113 is #6BEEEC. Grayscale: #383838. Windows color (decimal): -7073517 or 1249684. OLE color: 1249684.
HSL color Cylindrical-coordinate representation of color #941113: hue angle of 359.08º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941113 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 17 | 19 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.42 |
| HSL | 359.08º | 0.79% | 0.32% | - |
| HSV(B) | 359.08º | 0.89% | 0.58% | - |
| XYZ | 12.53 | 6.74 | 1.26 | - |
| YUV | 56.4 | 106.9 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 19 | 0 | 0.89 | 0.87 | 0.42 | 359.08 | 0.79 | 0.32 |
| Hex | 94 | 11 | 13 | 0 | 59 | 57 | 2A | 167 | 4F | 20 |
| Octal | 224 | 21 | 23 | 0 | 131 | 127 | 52 | 547 | 117 | 40 |
| Binary | 10010100 | 10001 | 10011 | 0 | 1011001 | 1010111 | 101010 | 101100111 | 1001111 | 100000 |
Color Harmonies of #941113
Complementary color
Monochromatic Colors of #941113
Black with #941113
Text Example
Text Example
White with #941113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941113; }
p { color: rgb(148,17,19); }
H1.HeaderClassName
{
color: #941113;
}
.AnyTagClassName
{
color: #941113;
}
</style>
background-color css
<style>
a { background-color: #941113; }
a { background-color: rgb(148,17,19); }
div.DivClassName
{
background-color: #941113;
}
.BgClassName
{
background-color: #941113;
}
</style>
border-color css
<style>
span { border-color: #941113; }
span { border-color: rgb(148,17,19); }
td.TdClassName
{
border-color: #941113;
}
.TagClassName
{
border-color: #941113;
}
</style>