Shades of Sangria #940F13
Tints of Sangria #940F13
RGB
CMYK
RGB Variations
Color information
#940F13 (or 0x940F13) is known color: Sangria. HEX triplet: 94, 0F and 13. RGB value is (148,15,19). Sum of RGB (Red+Green+Blue) = 148+15+19=182 (24% of max value = 765). Red value is 148 (58.20% from 255 or 81.32% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 148 - color contains mainly: red. Hex color #940F13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940F13 is #6BF0EC. Grayscale: #373737. Windows color (decimal): -7074029 or 1249172. OLE color: 1249172.
HSL color Cylindrical-coordinate representation of color #940F13: hue angle of 358.2º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #940F13 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 15 | 19 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.42 |
| HSL | 358.2º | 0.82% | 0.32% | - |
| HSV(B) | 358.2º | 0.9% | 0.58% | - |
| XYZ | 12.5 | 6.68 | 1.25 | - |
| YUV | 55.22 | 107.56 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 19 | 0 | 0.90 | 0.87 | 0.42 | 358.2 | 0.82 | 0.32 |
| Hex | 94 | F | 13 | 0 | 5A | 57 | 2A | 166 | 52 | 20 |
| Octal | 224 | 17 | 23 | 0 | 132 | 127 | 52 | 546 | 122 | 40 |
| Binary | 10010100 | 1111 | 10011 | 0 | 1011010 | 1010111 | 101010 | 101100110 | 1010010 | 100000 |
Color Harmonies of #940F13
Complementary color
Monochromatic Colors of #940F13
Black with #940F13
Text Example
Text Example
White with #940F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940F13; }
p { color: rgb(148,15,19); }
H1.HeaderClassName
{
color: #940F13;
}
.AnyTagClassName
{
color: #940F13;
}
</style>
background-color css
<style>
a { background-color: #940F13; }
a { background-color: rgb(148,15,19); }
div.DivClassName
{
background-color: #940F13;
}
.BgClassName
{
background-color: #940F13;
}
</style>
border-color css
<style>
span { border-color: #940F13; }
span { border-color: rgb(148,15,19); }
td.TdClassName
{
border-color: #940F13;
}
.TagClassName
{
border-color: #940F13;
}
</style>