Shades of Sangria #930010
Tints of Sangria #930010
RGB
CMYK
RGB Variations
Color information
#930010 (or 0x930010) is known color: Sangria. HEX triplet: 93, 00 and 10. RGB value is (147,0,16). Sum of RGB (Red+Green+Blue) = 147+0+16=163 (21% of max value = 765). Red value is 147 (57.81% from 255 or 90.18% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 147 - color contains mainly: red. Hex color #930010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930010 is #6CFFEF. Grayscale: #2D2D2D. Windows color (decimal): -7143408 or 1048723. OLE color: 1048723.
HSL color Cylindrical-coordinate representation of color #930010: hue angle of 353.47º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #930010 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.89 | 0.42 |
| HSL | 353.47º | 1% | 0.29% | - |
| HSV(B) | 353.47º | 1% | 0.58% | - |
| XYZ | 12.13 | 6.24 | 1.06 | - |
| YUV | 45.78 | 111.2 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 16 | 0 | 1 | 0.89 | 0.42 | 353.47 | 1 | 0.29 |
| Hex | 93 | 0 | 10 | 0 | 64 | 59 | 2A | 161 | 64 | 1D |
| Octal | 223 | 0 | 20 | 0 | 144 | 131 | 52 | 541 | 144 | 35 |
| Binary | 10010011 | 0 | 10000 | 0 | 1100100 | 1011001 | 101010 | 101100001 | 1100100 | 11101 |
Color Harmonies of #930010
Complementary color
Monochromatic Colors of #930010
Black with #930010
Text Example
Text Example
White with #930010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930010; }
p { color: rgb(147,0,16); }
H1.HeaderClassName
{
color: #930010;
}
.AnyTagClassName
{
color: #930010;
}
</style>
background-color css
<style>
a { background-color: #930010; }
a { background-color: rgb(147,0,16); }
div.DivClassName
{
background-color: #930010;
}
.BgClassName
{
background-color: #930010;
}
</style>
border-color css
<style>
span { border-color: #930010; }
span { border-color: rgb(147,0,16); }
td.TdClassName
{
border-color: #930010;
}
.TagClassName
{
border-color: #930010;
}
</style>