Shades of Burgundy #930733
Tints of Burgundy #930733
RGB
CMYK
RGB Variations
Color information
#930733 (or 0x930733) is known color: Burgundy. HEX triplet: 93, 07 and 33. RGB value is (147,7,51). Sum of RGB (Red+Green+Blue) = 147+7+51=205 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.71% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 147 - color contains mainly: red. Hex color #930733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930733 is #6CF8CC. Grayscale: #353535. Windows color (decimal): -7141581 or 3344275. OLE color: 3344275.
HSL color Cylindrical-coordinate representation of color #930733: hue angle of 341.14º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930733 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 7 | 51 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.42 |
| HSL | 341.14º | 0.91% | 0.3% | - |
| HSV(B) | 341.14º | 0.95% | 0.58% | - |
| XYZ | 12.71 | 6.59 | 3.74 | - |
| YUV | 53.88 | 126.38 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 7 | 51 | 0 | 0.95 | 0.65 | 0.42 | 341.14 | 0.91 | 0.3 |
| Hex | 93 | 7 | 33 | 0 | 5F | 41 | 2A | 155 | 5B | 1E |
| Octal | 223 | 7 | 63 | 0 | 137 | 101 | 52 | 525 | 133 | 36 |
| Binary | 10010011 | 111 | 110011 | 0 | 1011111 | 1000001 | 101010 | 101010101 | 1011011 | 11110 |
Color Harmonies of #930733
Complementary color
Monochromatic Colors of #930733
Black with #930733
Text Example
Text Example
White with #930733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930733; }
p { color: rgb(147,7,51); }
H1.HeaderClassName
{
color: #930733;
}
.AnyTagClassName
{
color: #930733;
}
</style>
background-color css
<style>
a { background-color: #930733; }
a { background-color: rgb(147,7,51); }
div.DivClassName
{
background-color: #930733;
}
.BgClassName
{
background-color: #930733;
}
</style>
border-color css
<style>
span { border-color: #930733; }
span { border-color: rgb(147,7,51); }
td.TdClassName
{
border-color: #930733;
}
.TagClassName
{
border-color: #930733;
}
</style>