Shades of Sangria #93080E
Tints of Sangria #93080E
RGB
CMYK
RGB Variations
Color information
#93080E (or 0x93080E) is known color: Sangria. HEX triplet: 93, 08 and 0E. RGB value is (147,8,14). Sum of RGB (Red+Green+Blue) = 147+8+14=169 (22% of max value = 765). Red value is 147 (57.81% from 255 or 86.98% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 147 - color contains mainly: red. Hex color #93080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93080E is #6CF7F1. Grayscale: #323232. Windows color (decimal): -7141362 or 919699. OLE color: 919699.
HSL color Cylindrical-coordinate representation of color #93080E: hue angle of 357.41º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93080E is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 8 | 14 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.42 |
| HSL | 357.41º | 0.9% | 0.3% | - |
| HSV(B) | 357.41º | 0.95% | 0.58% | - |
| XYZ | 12.2 | 6.41 | 1.01 | - |
| YUV | 50.25 | 107.55 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 8 | 14 | 0 | 0.95 | 0.90 | 0.42 | 357.41 | 0.9 | 0.3 |
| Hex | 93 | 8 | E | 0 | 5F | 5A | 2A | 165 | 5A | 1E |
| Octal | 223 | 10 | 16 | 0 | 137 | 132 | 52 | 545 | 132 | 36 |
| Binary | 10010011 | 1000 | 1110 | 0 | 1011111 | 1011010 | 101010 | 101100101 | 1011010 | 11110 |
Color Harmonies of #93080E
Complementary color
Monochromatic Colors of #93080E
Black with #93080E
Text Example
Text Example
White with #93080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93080E; }
p { color: rgb(147,8,14); }
H1.HeaderClassName
{
color: #93080E;
}
.AnyTagClassName
{
color: #93080E;
}
</style>
background-color css
<style>
a { background-color: #93080E; }
a { background-color: rgb(147,8,14); }
div.DivClassName
{
background-color: #93080E;
}
.BgClassName
{
background-color: #93080E;
}
</style>
border-color css
<style>
span { border-color: #93080E; }
span { border-color: rgb(147,8,14); }
td.TdClassName
{
border-color: #93080E;
}
.TagClassName
{
border-color: #93080E;
}
</style>