Shades of Burgundy #930B2E
Tints of Burgundy #930B2E
RGB
CMYK
RGB Variations
Color information
#930B2E (or 0x930B2E) is known color: Burgundy. HEX triplet: 93, 0B and 2E. RGB value is (147,11,46). Sum of RGB (Red+Green+Blue) = 147+11+46=204 (27% of max value = 765). Red value is 147 (57.81% from 255 or 72.06% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 147 - color contains mainly: red. Hex color #930B2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930B2E is #6CF4D1. Grayscale: #373737. Windows color (decimal): -7140562 or 3017619. OLE color: 3017619.
HSL color Cylindrical-coordinate representation of color #930B2E: hue angle of 344.56º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930B2E is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 11 | 46 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.42 |
| HSL | 344.56º | 0.86% | 0.31% | - |
| HSV(B) | 344.56º | 0.93% | 0.58% | - |
| XYZ | 12.65 | 6.64 | 3.2 | - |
| YUV | 55.65 | 122.56 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 11 | 46 | 0 | 0.93 | 0.69 | 0.42 | 344.56 | 0.86 | 0.31 |
| Hex | 93 | B | 2E | 0 | 5D | 45 | 2A | 159 | 56 | 1F |
| Octal | 223 | 13 | 56 | 0 | 135 | 105 | 52 | 531 | 126 | 37 |
| Binary | 10010011 | 1011 | 101110 | 0 | 1011101 | 1000101 | 101010 | 101011001 | 1010110 | 11111 |
Color Harmonies of #930B2E
Complementary color
Monochromatic Colors of #930B2E
Black with #930B2E
Text Example
Text Example
White with #930B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930B2E; }
p { color: rgb(147,11,46); }
H1.HeaderClassName
{
color: #930B2E;
}
.AnyTagClassName
{
color: #930B2E;
}
</style>
background-color css
<style>
a { background-color: #930B2E; }
a { background-color: rgb(147,11,46); }
div.DivClassName
{
background-color: #930B2E;
}
.BgClassName
{
background-color: #930B2E;
}
</style>
border-color css
<style>
span { border-color: #930B2E; }
span { border-color: rgb(147,11,46); }
td.TdClassName
{
border-color: #930B2E;
}
.TagClassName
{
border-color: #930B2E;
}
</style>