Shades of Sangria #93000B
Tints of Sangria #93000B
RGB
CMYK
RGB Variations
Color information
#93000B (or 0x93000B) is known color: Sangria. HEX triplet: 93, 00 and 0B. RGB value is (147,0,11). Sum of RGB (Red+Green+Blue) = 147+0+11=158 (20% of max value = 765). Red value is 147 (57.81% from 255 or 93.04% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 147 - color contains mainly: red. Hex color #93000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93000B is #6CFFF4. Grayscale: #2D2D2D. Windows color (decimal): -7143413 or 721043. OLE color: 721043.
HSL color Cylindrical-coordinate representation of color #93000B: hue angle of 355.51º 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 #93000B is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.93 | 0.42 |
| HSL | 355.51º | 1% | 0.29% | - |
| HSV(B) | 355.51º | 1% | 0.58% | - |
| XYZ | 12.09 | 6.23 | 0.88 | - |
| YUV | 45.21 | 108.7 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 11 | 0 | 1 | 0.93 | 0.42 | 355.51 | 1 | 0.29 |
| Hex | 93 | 0 | B | 0 | 64 | 5D | 2A | 164 | 64 | 1D |
| Octal | 223 | 0 | 13 | 0 | 144 | 135 | 52 | 544 | 144 | 35 |
| Binary | 10010011 | 0 | 1011 | 0 | 1100100 | 1011101 | 101010 | 101100100 | 1100100 | 11101 |
Color Harmonies of #93000B
Complementary color
Monochromatic Colors of #93000B
Black with #93000B
Text Example
Text Example
White with #93000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93000B; }
p { color: rgb(147,0,11); }
H1.HeaderClassName
{
color: #93000B;
}
.AnyTagClassName
{
color: #93000B;
}
</style>
background-color css
<style>
a { background-color: #93000B; }
a { background-color: rgb(147,0,11); }
div.DivClassName
{
background-color: #93000B;
}
.BgClassName
{
background-color: #93000B;
}
</style>
border-color css
<style>
span { border-color: #93000B; }
span { border-color: rgb(147,0,11); }
td.TdClassName
{
border-color: #93000B;
}
.TagClassName
{
border-color: #93000B;
}
</style>