Shades of Sangria #93010E
Tints of Sangria #93010E
RGB
CMYK
RGB Variations
Color information
#93010E (or 0x93010E) is known color: Sangria. HEX triplet: 93, 01 and 0E. RGB value is (147,1,14). Sum of RGB (Red+Green+Blue) = 147+1+14=162 (21% of max value = 765). Red value is 147 (57.81% from 255 or 90.74% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 147 - color contains mainly: red. Hex color #93010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93010E is #6CFEF1. Grayscale: #2E2E2E. Windows color (decimal): -7143154 or 917907. OLE color: 917907.
HSL color Cylindrical-coordinate representation of color #93010E: hue angle of 354.66º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93010E is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.42 |
| HSL | 354.66º | 0.99% | 0.29% | - |
| HSV(B) | 354.66º | 0.99% | 0.58% | - |
| XYZ | 12.12 | 6.26 | 0.98 | - |
| YUV | 46.14 | 109.87 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 14 | 0 | 0.99 | 0.90 | 0.42 | 354.66 | 0.99 | 0.29 |
| Hex | 93 | 1 | E | 0 | 63 | 5A | 2A | 163 | 63 | 1D |
| Octal | 223 | 1 | 16 | 0 | 143 | 132 | 52 | 543 | 143 | 35 |
| Binary | 10010011 | 1 | 1110 | 0 | 1100011 | 1011010 | 101010 | 101100011 | 1100011 | 11101 |
Color Harmonies of #93010E
Complementary color
Monochromatic Colors of #93010E
Black with #93010E
Text Example
Text Example
White with #93010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93010E; }
p { color: rgb(147,1,14); }
H1.HeaderClassName
{
color: #93010E;
}
.AnyTagClassName
{
color: #93010E;
}
</style>
background-color css
<style>
a { background-color: #93010E; }
a { background-color: rgb(147,1,14); }
div.DivClassName
{
background-color: #93010E;
}
.BgClassName
{
background-color: #93010E;
}
</style>
border-color css
<style>
span { border-color: #93010E; }
span { border-color: rgb(147,1,14); }
td.TdClassName
{
border-color: #93010E;
}
.TagClassName
{
border-color: #93010E;
}
</style>