Shades of Burgundy #930038
Tints of Burgundy #930038
RGB
CMYK
RGB Variations
Color information
#930038 (or 0x930038) is known color: Burgundy. HEX triplet: 93, 00 and 38. RGB value is (147,0,56). Sum of RGB (Red+Green+Blue) = 147+0+56=203 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.41% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 147 - color contains mainly: red. Hex color #930038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930038 is #6CFFC7. Grayscale: #323232. Windows color (decimal): -7143368 or 3670163. OLE color: 3670163.
HSL color Cylindrical-coordinate representation of color #930038: hue angle of 337.14º 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 #930038 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.62 | 0.42 |
| HSL | 337.14º | 1% | 0.29% | - |
| HSV(B) | 337.14º | 1% | 0.58% | - |
| XYZ | 12.75 | 6.49 | 4.32 | - |
| YUV | 50.34 | 131.2 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 56 | 0 | 1 | 0.62 | 0.42 | 337.14 | 1 | 0.29 |
| Hex | 93 | 0 | 38 | 0 | 64 | 3E | 2A | 151 | 64 | 1D |
| Octal | 223 | 0 | 70 | 0 | 144 | 76 | 52 | 521 | 144 | 35 |
| Binary | 10010011 | 0 | 111000 | 0 | 1100100 | 111110 | 101010 | 101010001 | 1100100 | 11101 |
Color Harmonies of #930038
Complementary color
Monochromatic Colors of #930038
Black with #930038
Text Example
Text Example
White with #930038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930038; }
p { color: rgb(147,0,56); }
H1.HeaderClassName
{
color: #930038;
}
.AnyTagClassName
{
color: #930038;
}
</style>
background-color css
<style>
a { background-color: #930038; }
a { background-color: rgb(147,0,56); }
div.DivClassName
{
background-color: #930038;
}
.BgClassName
{
background-color: #930038;
}
</style>
border-color css
<style>
span { border-color: #930038; }
span { border-color: rgb(147,0,56); }
td.TdClassName
{
border-color: #930038;
}
.TagClassName
{
border-color: #930038;
}
</style>