Shades of Sangria #930E10
Tints of Sangria #930E10
RGB
CMYK
RGB Variations
Color information
#930E10 (or 0x930E10) is known color: Sangria. HEX triplet: 93, 0E and 10. RGB value is (147,14,16). Sum of RGB (Red+Green+Blue) = 147+14+16=177 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.05% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 147 - color contains mainly: red. Hex color #930E10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930E10 is #6CF1EF. Grayscale: #363636. Windows color (decimal): -7139824 or 1052307. OLE color: 1052307.
HSL color Cylindrical-coordinate representation of color #930E10: hue angle of 359.1º degrees, saturation: 0.83, 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 #930E10 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 14 | 16 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.42 |
| HSL | 359.1º | 0.83% | 0.32% | - |
| HSV(B) | 359.1º | 0.9% | 0.58% | - |
| XYZ | 12.28 | 6.55 | 1.11 | - |
| YUV | 54 | 106.56 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 14 | 16 | 0 | 0.90 | 0.89 | 0.42 | 359.1 | 0.83 | 0.32 |
| Hex | 93 | E | 10 | 0 | 5A | 59 | 2A | 167 | 53 | 20 |
| Octal | 223 | 16 | 20 | 0 | 132 | 131 | 52 | 547 | 123 | 40 |
| Binary | 10010011 | 1110 | 10000 | 0 | 1011010 | 1011001 | 101010 | 101100111 | 1010011 | 100000 |
Color Harmonies of #930E10
Complementary color
Monochromatic Colors of #930E10
Black with #930E10
Text Example
Text Example
White with #930E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930E10; }
p { color: rgb(147,14,16); }
H1.HeaderClassName
{
color: #930E10;
}
.AnyTagClassName
{
color: #930E10;
}
</style>
background-color css
<style>
a { background-color: #930E10; }
a { background-color: rgb(147,14,16); }
div.DivClassName
{
background-color: #930E10;
}
.BgClassName
{
background-color: #930E10;
}
</style>
border-color css
<style>
span { border-color: #930E10; }
span { border-color: rgb(147,14,16); }
td.TdClassName
{
border-color: #930E10;
}
.TagClassName
{
border-color: #930E10;
}
</style>