Shades of Burgundy #930035
Tints of Burgundy #930035
RGB
CMYK
RGB Variations
Color information
#930035 (or 0x930035) is known color: Burgundy. HEX triplet: 93, 00 and 35. RGB value is (147,0,53). Sum of RGB (Red+Green+Blue) = 147+0+53=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #930035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930035 is #6CFFCA. Grayscale: #313131. Windows color (decimal): -7143371 or 3473555. OLE color: 3473555.
HSL color Cylindrical-coordinate representation of color #930035: hue angle of 338.37º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #930035 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 0 | 53 | - |
| CMYK | 0 | 1 | 0.64 | 0.42 |
| HSL | 338.37º | 1% | 0.29% | - |
| HSV(B) | 338.37º | 1% | 0.58% | - |
| XYZ | 12.68 | 6.46 | 3.95 | - |
| YUV | 50 | 129.7 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 53 | 0 | 1 | 0.64 | 0.42 | 338.37 | 1 | 0.29 |
| Hex | 93 | 0 | 35 | 0 | 64 | 40 | 2A | 152 | 64 | 1D |
| Octal | 223 | 0 | 65 | 0 | 144 | 100 | 52 | 522 | 144 | 35 |
| Binary | 10010011 | 0 | 110101 | 0 | 1100100 | 1000000 | 101010 | 101010010 | 1100100 | 11101 |
Color Harmonies of #930035
Complementary color
Monochromatic Colors of #930035
Black with #930035
Text Example
Text Example
White with #930035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930035; }
p { color: rgb(147,0,53); }
H1.HeaderClassName
{
color: #930035;
}
.AnyTagClassName
{
color: #930035;
}
</style>
background-color css
<style>
a { background-color: #930035; }
a { background-color: rgb(147,0,53); }
div.DivClassName
{
background-color: #930035;
}
.BgClassName
{
background-color: #930035;
}
</style>
border-color css
<style>
span { border-color: #930035; }
span { border-color: rgb(147,0,53); }
td.TdClassName
{
border-color: #930035;
}
.TagClassName
{
border-color: #930035;
}
</style>