Shades of Burgundy #930E35
Tints of Burgundy #930E35
RGB
CMYK
RGB Variations
Color information
#930E35 (or 0x930E35) is known color: Burgundy. HEX triplet: 93, 0E and 35. RGB value is (147,14,53). Sum of RGB (Red+Green+Blue) = 147+14+53=214 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.69% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 147 - color contains mainly: red. Hex color #930E35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930E35 is #6CF1CA. Grayscale: #3A3A3A. Windows color (decimal): -7139787 or 3477139. OLE color: 3477139.
HSL color Cylindrical-coordinate representation of color #930E35: hue angle of 342.41º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930E35 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 14 | 53 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.42 |
| HSL | 342.41º | 0.83% | 0.32% | - |
| HSV(B) | 342.41º | 0.9% | 0.58% | - |
| XYZ | 12.83 | 6.77 | 4 | - |
| YUV | 58.21 | 125.06 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 14 | 53 | 0 | 0.90 | 0.64 | 0.42 | 342.41 | 0.83 | 0.32 |
| Hex | 93 | E | 35 | 0 | 5A | 40 | 2A | 156 | 53 | 20 |
| Octal | 223 | 16 | 65 | 0 | 132 | 100 | 52 | 526 | 123 | 40 |
| Binary | 10010011 | 1110 | 110101 | 0 | 1011010 | 1000000 | 101010 | 101010110 | 1010011 | 100000 |
Color Harmonies of #930E35
Complementary color
Monochromatic Colors of #930E35
Black with #930E35
Text Example
Text Example
White with #930E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930E35; }
p { color: rgb(147,14,53); }
H1.HeaderClassName
{
color: #930E35;
}
.AnyTagClassName
{
color: #930E35;
}
</style>
background-color css
<style>
a { background-color: #930E35; }
a { background-color: rgb(147,14,53); }
div.DivClassName
{
background-color: #930E35;
}
.BgClassName
{
background-color: #930E35;
}
</style>
border-color css
<style>
span { border-color: #930E35; }
span { border-color: rgb(147,14,53); }
td.TdClassName
{
border-color: #930E35;
}
.TagClassName
{
border-color: #930E35;
}
</style>