Shades of Sangria #93040A
Tints of Sangria #93040A
RGB
CMYK
RGB Variations
Color information
#93040A (or 0x93040A) is known color: Sangria. HEX triplet: 93, 04 and 0A. RGB value is (147,4,10). Sum of RGB (Red+Green+Blue) = 147+4+10=161 (21% of max value = 765). Red value is 147 (57.81% from 255 or 91.30% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 147 - color contains mainly: red. Hex color #93040A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93040A is #6CFBF5. Grayscale: #2F2F2F. Windows color (decimal): -7142390 or 656531. OLE color: 656531.
HSL color Cylindrical-coordinate representation of color #93040A: hue angle of 357.48º degrees, saturation: 0.95, 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 #93040A is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 4 | 10 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.42 |
| HSL | 357.48º | 0.95% | 0.3% | - |
| HSV(B) | 357.48º | 0.97% | 0.58% | - |
| XYZ | 12.13 | 6.31 | 0.87 | - |
| YUV | 47.44 | 106.88 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 4 | 10 | 0 | 0.97 | 0.93 | 0.42 | 357.48 | 0.95 | 0.3 |
| Hex | 93 | 4 | A | 0 | 61 | 5D | 2A | 165 | 5F | 1E |
| Octal | 223 | 4 | 12 | 0 | 141 | 135 | 52 | 545 | 137 | 36 |
| Binary | 10010011 | 100 | 1010 | 0 | 1100001 | 1011101 | 101010 | 101100101 | 1011111 | 11110 |
Color Harmonies of #93040A
Complementary color
Monochromatic Colors of #93040A
Black with #93040A
Text Example
Text Example
White with #93040A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93040A; }
p { color: rgb(147,4,10); }
H1.HeaderClassName
{
color: #93040A;
}
.AnyTagClassName
{
color: #93040A;
}
</style>
background-color css
<style>
a { background-color: #93040A; }
a { background-color: rgb(147,4,10); }
div.DivClassName
{
background-color: #93040A;
}
.BgClassName
{
background-color: #93040A;
}
</style>
border-color css
<style>
span { border-color: #93040A; }
span { border-color: rgb(147,4,10); }
td.TdClassName
{
border-color: #93040A;
}
.TagClassName
{
border-color: #93040A;
}
</style>