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