Shades of Burgundy #930B2F
Tints of Burgundy #930B2F
RGB
CMYK
RGB Variations
Color information
#930B2F (or 0x930B2F) is known color: Burgundy. HEX triplet: 93, 0B and 2F. RGB value is (147,11,47). Sum of RGB (Red+Green+Blue) = 147+11+47=205 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.71% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 147 - color contains mainly: red. Hex color #930B2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930B2F is #6CF4D0. Grayscale: #373737. Windows color (decimal): -7140561 or 3083155. OLE color: 3083155.
HSL color Cylindrical-coordinate representation of color #930B2F: hue angle of 344.12º 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 #930B2F is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 11 | 47 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.42 |
| HSL | 344.12º | 0.86% | 0.31% | - |
| HSV(B) | 344.12º | 0.93% | 0.58% | - |
| XYZ | 12.67 | 6.65 | 3.3 | - |
| YUV | 55.77 | 123.06 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 11 | 47 | 0 | 0.93 | 0.68 | 0.42 | 344.12 | 0.86 | 0.31 |
| Hex | 93 | B | 2F | 0 | 5D | 44 | 2A | 158 | 56 | 1F |
| Octal | 223 | 13 | 57 | 0 | 135 | 104 | 52 | 530 | 126 | 37 |
| Binary | 10010011 | 1011 | 101111 | 0 | 1011101 | 1000100 | 101010 | 101011000 | 1010110 | 11111 |
Color Harmonies of #930B2F
Complementary color
Monochromatic Colors of #930B2F
Black with #930B2F
Text Example
Text Example
White with #930B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930B2F; }
p { color: rgb(147,11,47); }
H1.HeaderClassName
{
color: #930B2F;
}
.AnyTagClassName
{
color: #930B2F;
}
</style>
background-color css
<style>
a { background-color: #930B2F; }
a { background-color: rgb(147,11,47); }
div.DivClassName
{
background-color: #930B2F;
}
.BgClassName
{
background-color: #930B2F;
}
</style>
border-color css
<style>
span { border-color: #930B2F; }
span { border-color: rgb(147,11,47); }
td.TdClassName
{
border-color: #930B2F;
}
.TagClassName
{
border-color: #930B2F;
}
</style>