Shades of Burgundy #930B3C
Tints of Burgundy #930B3C
RGB
CMYK
RGB Variations
Color information
#930B3C (or 0x930B3C) is known color: Burgundy. HEX triplet: 93, 0B and 3C. RGB value is (147,11,60). Sum of RGB (Red+Green+Blue) = 147+11+60=218 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.43% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 147 - color contains mainly: red. Hex color #930B3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930B3C is #6CF4C3. Grayscale: #393939. Windows color (decimal): -7140548 or 3935123. OLE color: 3935123.
HSL color Cylindrical-coordinate representation of color #930B3C: hue angle of 338.38º 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 #930B3C is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 11 | 60 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.42 |
| HSL | 338.38º | 0.86% | 0.31% | - |
| HSV(B) | 338.38º | 0.93% | 0.58% | - |
| XYZ | 12.97 | 6.77 | 4.9 | - |
| YUV | 57.25 | 129.56 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 11 | 60 | 0 | 0.93 | 0.59 | 0.42 | 338.38 | 0.86 | 0.31 |
| Hex | 93 | B | 3C | 0 | 5D | 3B | 2A | 152 | 56 | 1F |
| Octal | 223 | 13 | 74 | 0 | 135 | 73 | 52 | 522 | 126 | 37 |
| Binary | 10010011 | 1011 | 111100 | 0 | 1011101 | 111011 | 101010 | 101010010 | 1010110 | 11111 |
Color Harmonies of #930B3C
Complementary color
Monochromatic Colors of #930B3C
Black with #930B3C
Text Example
Text Example
White with #930B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930B3C; }
p { color: rgb(147,11,60); }
H1.HeaderClassName
{
color: #930B3C;
}
.AnyTagClassName
{
color: #930B3C;
}
</style>
background-color css
<style>
a { background-color: #930B3C; }
a { background-color: rgb(147,11,60); }
div.DivClassName
{
background-color: #930B3C;
}
.BgClassName
{
background-color: #930B3C;
}
</style>
border-color css
<style>
span { border-color: #930B3C; }
span { border-color: rgb(147,11,60); }
td.TdClassName
{
border-color: #930B3C;
}
.TagClassName
{
border-color: #930B3C;
}
</style>