Shades of Sangria #93050D
Tints of Sangria #93050D
RGB
CMYK
RGB Variations
Color information
#93050D (or 0x93050D) is known color: Sangria. HEX triplet: 93, 05 and 0D. RGB value is (147,5,13). Sum of RGB (Red+Green+Blue) = 147+5+13=165 (21% of max value = 765). Red value is 147 (57.81% from 255 or 89.09% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 147 - color contains mainly: red. Hex color #93050D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93050D is #6CFAF2. Grayscale: #303030. Windows color (decimal): -7142131 or 853395. OLE color: 853395.
HSL color Cylindrical-coordinate representation of color #93050D: hue angle of 356.62º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93050D is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 5 | 13 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.42 |
| HSL | 356.62º | 0.93% | 0.3% | - |
| HSV(B) | 356.62º | 0.97% | 0.58% | - |
| XYZ | 12.16 | 6.34 | 0.96 | - |
| YUV | 48.37 | 108.04 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 5 | 13 | 0 | 0.97 | 0.91 | 0.42 | 356.62 | 0.93 | 0.3 |
| Hex | 93 | 5 | D | 0 | 61 | 5B | 2A | 165 | 5D | 1E |
| Octal | 223 | 5 | 15 | 0 | 141 | 133 | 52 | 545 | 135 | 36 |
| Binary | 10010011 | 101 | 1101 | 0 | 1100001 | 1011011 | 101010 | 101100101 | 1011101 | 11110 |
Color Harmonies of #93050D
Complementary color
Monochromatic Colors of #93050D
Black with #93050D
Text Example
Text Example
White with #93050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93050D; }
p { color: rgb(147,5,13); }
H1.HeaderClassName
{
color: #93050D;
}
.AnyTagClassName
{
color: #93050D;
}
</style>
background-color css
<style>
a { background-color: #93050D; }
a { background-color: rgb(147,5,13); }
div.DivClassName
{
background-color: #93050D;
}
.BgClassName
{
background-color: #93050D;
}
</style>
border-color css
<style>
span { border-color: #93050D; }
span { border-color: rgb(147,5,13); }
td.TdClassName
{
border-color: #93050D;
}
.TagClassName
{
border-color: #93050D;
}
</style>