Shades of Burgundy #930F31
Tints of Burgundy #930F31
RGB
CMYK
RGB Variations
Color information
#930F31 (or 0x930F31) is known color: Burgundy. HEX triplet: 93, 0F and 31. RGB value is (147,15,49). Sum of RGB (Red+Green+Blue) = 147+15+49=211 (27% of max value = 765). Red value is 147 (57.81% from 255 or 69.67% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 147 - color contains mainly: red. Hex color #930F31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930F31 is #6CF0CE. Grayscale: #3A3A3A. Windows color (decimal): -7139535 or 3215251. OLE color: 3215251.
HSL color Cylindrical-coordinate representation of color #930F31: hue angle of 344.55º degrees, saturation: 0.81, 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 #930F31 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 15 | 49 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.42 |
| HSL | 344.55º | 0.81% | 0.32% | - |
| HSV(B) | 344.55º | 0.9% | 0.58% | - |
| XYZ | 12.76 | 6.77 | 3.54 | - |
| YUV | 58.34 | 122.73 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 15 | 49 | 0 | 0.90 | 0.67 | 0.42 | 344.55 | 0.81 | 0.32 |
| Hex | 93 | F | 31 | 0 | 5A | 43 | 2A | 159 | 51 | 20 |
| Octal | 223 | 17 | 61 | 0 | 132 | 103 | 52 | 531 | 121 | 40 |
| Binary | 10010011 | 1111 | 110001 | 0 | 1011010 | 1000011 | 101010 | 101011001 | 1010001 | 100000 |
Color Harmonies of #930F31
Complementary color
Monochromatic Colors of #930F31
Black with #930F31
Text Example
Text Example
White with #930F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930F31; }
p { color: rgb(147,15,49); }
H1.HeaderClassName
{
color: #930F31;
}
.AnyTagClassName
{
color: #930F31;
}
</style>
background-color css
<style>
a { background-color: #930F31; }
a { background-color: rgb(147,15,49); }
div.DivClassName
{
background-color: #930F31;
}
.BgClassName
{
background-color: #930F31;
}
</style>
border-color css
<style>
span { border-color: #930F31; }
span { border-color: rgb(147,15,49); }
td.TdClassName
{
border-color: #930F31;
}
.TagClassName
{
border-color: #930F31;
}
</style>