Shades of Burgundy #93023E
Tints of Burgundy #93023E
RGB
CMYK
RGB Variations
Color information
#93023E (or 0x93023E) is known color: Burgundy. HEX triplet: 93, 02 and 3E. RGB value is (147,2,62). Sum of RGB (Red+Green+Blue) = 147+2+62=211 (27% of max value = 765). Red value is 147 (57.81% from 255 or 69.67% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 147 - color contains mainly: red. Hex color #93023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93023E is #6CFDC1. Grayscale: #343434. Windows color (decimal): -7142850 or 4063891. OLE color: 4063891.
HSL color Cylindrical-coordinate representation of color #93023E: hue angle of 335.17º 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 #93023E is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 2 | 62 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.42 |
| HSL | 335.17º | 0.97% | 0.29% | - |
| HSV(B) | 335.17º | 0.99% | 0.58% | - |
| XYZ | 12.92 | 6.59 | 5.15 | - |
| YUV | 52.2 | 133.54 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 62 | 0 | 0.99 | 0.58 | 0.42 | 335.17 | 0.97 | 0.29 |
| Hex | 93 | 2 | 3E | 0 | 63 | 3A | 2A | 14F | 61 | 1D |
| Octal | 223 | 2 | 76 | 0 | 143 | 72 | 52 | 517 | 141 | 35 |
| Binary | 10010011 | 10 | 111110 | 0 | 1100011 | 111010 | 101010 | 101001111 | 1100001 | 11101 |
Color Harmonies of #93023E
Complementary color
Monochromatic Colors of #93023E
Black with #93023E
Text Example
Text Example
White with #93023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93023E; }
p { color: rgb(147,2,62); }
H1.HeaderClassName
{
color: #93023E;
}
.AnyTagClassName
{
color: #93023E;
}
</style>
background-color css
<style>
a { background-color: #93023E; }
a { background-color: rgb(147,2,62); }
div.DivClassName
{
background-color: #93023E;
}
.BgClassName
{
background-color: #93023E;
}
</style>
border-color css
<style>
span { border-color: #93023E; }
span { border-color: rgb(147,2,62); }
td.TdClassName
{
border-color: #93023E;
}
.TagClassName
{
border-color: #93023E;
}
</style>