Shades of Sangria #93060C
Tints of Sangria #93060C
RGB
CMYK
RGB Variations
Color information
#93060C (or 0x93060C) is known color: Sangria. HEX triplet: 93, 06 and 0C. RGB value is (147,6,12). Sum of RGB (Red+Green+Blue) = 147+6+12=165 (21% of max value = 765). Red value is 147 (57.81% from 255 or 89.09% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 147 - color contains mainly: red. Hex color #93060C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93060C is #6CF9F3. Grayscale: #303030. Windows color (decimal): -7141876 or 788115. OLE color: 788115.
HSL color Cylindrical-coordinate representation of color #93060C: hue angle of 357.45º 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 #93060C is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 6 | 12 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.42 |
| HSL | 357.45º | 0.92% | 0.3% | - |
| HSV(B) | 357.45º | 0.96% | 0.58% | - |
| XYZ | 12.16 | 6.36 | 0.93 | - |
| YUV | 48.84 | 107.21 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 6 | 12 | 0 | 0.96 | 0.92 | 0.42 | 357.45 | 0.92 | 0.3 |
| Hex | 93 | 6 | C | 0 | 60 | 5C | 2A | 165 | 5C | 1E |
| Octal | 223 | 6 | 14 | 0 | 140 | 134 | 52 | 545 | 134 | 36 |
| Binary | 10010011 | 110 | 1100 | 0 | 1100000 | 1011100 | 101010 | 101100101 | 1011100 | 11110 |
Color Harmonies of #93060C
Complementary color
Monochromatic Colors of #93060C
Black with #93060C
Text Example
Text Example
White with #93060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93060C; }
p { color: rgb(147,6,12); }
H1.HeaderClassName
{
color: #93060C;
}
.AnyTagClassName
{
color: #93060C;
}
</style>
background-color css
<style>
a { background-color: #93060C; }
a { background-color: rgb(147,6,12); }
div.DivClassName
{
background-color: #93060C;
}
.BgClassName
{
background-color: #93060C;
}
</style>
border-color css
<style>
span { border-color: #93060C; }
span { border-color: rgb(147,6,12); }
td.TdClassName
{
border-color: #93060C;
}
.TagClassName
{
border-color: #93060C;
}
</style>