Shades of Burgundy #930238
Tints of Burgundy #930238
RGB
CMYK
RGB Variations
Color information
#930238 (or 0x930238) is known color: Burgundy. HEX triplet: 93, 02 and 38. RGB value is (147,2,56). Sum of RGB (Red+Green+Blue) = 147+2+56=205 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.71% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 147 - color contains mainly: red. Hex color #930238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930238 is #6CFDC7. Grayscale: #333333. Windows color (decimal): -7142856 or 3670675. OLE color: 3670675.
HSL color Cylindrical-coordinate representation of color #930238: hue angle of 337.66º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #930238 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 2 | 56 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.42 |
| HSL | 337.66º | 0.97% | 0.29% | - |
| HSV(B) | 337.66º | 0.99% | 0.58% | - |
| XYZ | 12.77 | 6.53 | 4.33 | - |
| YUV | 51.51 | 130.54 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 56 | 0 | 0.99 | 0.62 | 0.42 | 337.66 | 0.97 | 0.29 |
| Hex | 93 | 2 | 38 | 0 | 63 | 3E | 2A | 152 | 61 | 1D |
| Octal | 223 | 2 | 70 | 0 | 143 | 76 | 52 | 522 | 141 | 35 |
| Binary | 10010011 | 10 | 111000 | 0 | 1100011 | 111110 | 101010 | 101010010 | 1100001 | 11101 |
Color Harmonies of #930238
Complementary color
Monochromatic Colors of #930238
Black with #930238
Text Example
Text Example
White with #930238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930238; }
p { color: rgb(147,2,56); }
H1.HeaderClassName
{
color: #930238;
}
.AnyTagClassName
{
color: #930238;
}
</style>
background-color css
<style>
a { background-color: #930238; }
a { background-color: rgb(147,2,56); }
div.DivClassName
{
background-color: #930238;
}
.BgClassName
{
background-color: #930238;
}
</style>
border-color css
<style>
span { border-color: #930238; }
span { border-color: rgb(147,2,56); }
td.TdClassName
{
border-color: #930238;
}
.TagClassName
{
border-color: #930238;
}
</style>