Shades of Sangria #93020B
Tints of Sangria #93020B
RGB
CMYK
RGB Variations
Color information
#93020B (or 0x93020B) is known color: Sangria. HEX triplet: 93, 02 and 0B. RGB value is (147,2,11). Sum of RGB (Red+Green+Blue) = 147+2+11=160 (21% of max value = 765). Red value is 147 (57.81% from 255 or 91.88% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 147 - color contains mainly: red. Hex color #93020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93020B is #6CFDF4. Grayscale: #2E2E2E. Windows color (decimal): -7142901 or 721555. OLE color: 721555.
HSL color Cylindrical-coordinate representation of color #93020B: hue angle of 356.28º degrees, saturation: 0.97, 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 #93020B is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.42 |
| HSL | 356.28º | 0.97% | 0.29% | - |
| HSV(B) | 356.28º | 0.99% | 0.58% | - |
| XYZ | 12.11 | 6.27 | 0.89 | - |
| YUV | 46.38 | 108.04 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 11 | 0 | 0.99 | 0.93 | 0.42 | 356.28 | 0.97 | 0.29 |
| Hex | 93 | 2 | B | 0 | 63 | 5D | 2A | 164 | 61 | 1D |
| Octal | 223 | 2 | 13 | 0 | 143 | 135 | 52 | 544 | 141 | 35 |
| Binary | 10010011 | 10 | 1011 | 0 | 1100011 | 1011101 | 101010 | 101100100 | 1100001 | 11101 |
Color Harmonies of #93020B
Complementary color
Monochromatic Colors of #93020B
Black with #93020B
Text Example
Text Example
White with #93020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93020B; }
p { color: rgb(147,2,11); }
H1.HeaderClassName
{
color: #93020B;
}
.AnyTagClassName
{
color: #93020B;
}
</style>
background-color css
<style>
a { background-color: #93020B; }
a { background-color: rgb(147,2,11); }
div.DivClassName
{
background-color: #93020B;
}
.BgClassName
{
background-color: #93020B;
}
</style>
border-color css
<style>
span { border-color: #93020B; }
span { border-color: rgb(147,2,11); }
td.TdClassName
{
border-color: #93020B;
}
.TagClassName
{
border-color: #93020B;
}
</style>