Shades of Sangria #93060A
Tints of Sangria #93060A
RGB
CMYK
RGB Variations
Color information
#93060A (or 0x93060A) is known color: Sangria. HEX triplet: 93, 06 and 0A. RGB value is (147,6,10). Sum of RGB (Red+Green+Blue) = 147+6+10=163 (21% of max value = 765). Red value is 147 (57.81% from 255 or 90.18% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 147 - color contains mainly: red. Hex color #93060A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93060A is #6CF9F5. Grayscale: #303030. Windows color (decimal): -7141878 or 657043. OLE color: 657043.
HSL color Cylindrical-coordinate representation of color #93060A: hue angle of 358.3º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93060A is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 6 | 10 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.42 |
| HSL | 358.3º | 0.92% | 0.3% | - |
| HSV(B) | 358.3º | 0.96% | 0.58% | - |
| XYZ | 12.15 | 6.36 | 0.87 | - |
| YUV | 48.62 | 106.21 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 6 | 10 | 0 | 0.96 | 0.93 | 0.42 | 358.3 | 0.92 | 0.3 |
| Hex | 93 | 6 | A | 0 | 60 | 5D | 2A | 166 | 5C | 1E |
| Octal | 223 | 6 | 12 | 0 | 140 | 135 | 52 | 546 | 134 | 36 |
| Binary | 10010011 | 110 | 1010 | 0 | 1100000 | 1011101 | 101010 | 101100110 | 1011100 | 11110 |
Color Harmonies of #93060A
Complementary color
Monochromatic Colors of #93060A
Black with #93060A
Text Example
Text Example
White with #93060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93060A; }
p { color: rgb(147,6,10); }
H1.HeaderClassName
{
color: #93060A;
}
.AnyTagClassName
{
color: #93060A;
}
</style>
background-color css
<style>
a { background-color: #93060A; }
a { background-color: rgb(147,6,10); }
div.DivClassName
{
background-color: #93060A;
}
.BgClassName
{
background-color: #93060A;
}
</style>
border-color css
<style>
span { border-color: #93060A; }
span { border-color: rgb(147,6,10); }
td.TdClassName
{
border-color: #93060A;
}
.TagClassName
{
border-color: #93060A;
}
</style>