Shades of Sangria #930110
Tints of Sangria #930110
RGB
CMYK
RGB Variations
Color information
#930110 (or 0x930110) is known color: Sangria. HEX triplet: 93, 01 and 10. RGB value is (147,1,16). Sum of RGB (Red+Green+Blue) = 147+1+16=164 (21% of max value = 765). Red value is 147 (57.81% from 255 or 89.63% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 147 - color contains mainly: red. Hex color #930110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930110 is #6CFEEF. Grayscale: #2E2E2E. Windows color (decimal): -7143152 or 1048979. OLE color: 1048979.
HSL color Cylindrical-coordinate representation of color #930110: hue angle of 353.84º 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 #930110 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 1 | 16 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.42 |
| HSL | 353.84º | 0.99% | 0.29% | - |
| HSV(B) | 353.84º | 0.99% | 0.58% | - |
| XYZ | 12.14 | 6.26 | 1.06 | - |
| YUV | 46.36 | 110.87 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 16 | 0 | 0.99 | 0.89 | 0.42 | 353.84 | 0.99 | 0.29 |
| Hex | 93 | 1 | 10 | 0 | 63 | 59 | 2A | 162 | 63 | 1D |
| Octal | 223 | 1 | 20 | 0 | 143 | 131 | 52 | 542 | 143 | 35 |
| Binary | 10010011 | 1 | 10000 | 0 | 1100011 | 1011001 | 101010 | 101100010 | 1100011 | 11101 |
Color Harmonies of #930110
Complementary color
Monochromatic Colors of #930110
Black with #930110
Text Example
Text Example
White with #930110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930110; }
p { color: rgb(147,1,16); }
H1.HeaderClassName
{
color: #930110;
}
.AnyTagClassName
{
color: #930110;
}
</style>
background-color css
<style>
a { background-color: #930110; }
a { background-color: rgb(147,1,16); }
div.DivClassName
{
background-color: #930110;
}
.BgClassName
{
background-color: #930110;
}
</style>
border-color css
<style>
span { border-color: #930110; }
span { border-color: rgb(147,1,16); }
td.TdClassName
{
border-color: #930110;
}
.TagClassName
{
border-color: #930110;
}
</style>