Shades of Burgundy #93023C
Tints of Burgundy #93023C
RGB
CMYK
RGB Variations
Color information
#93023C (or 0x93023C) is known color: Burgundy. HEX triplet: 93, 02 and 3C. RGB value is (147,2,60). Sum of RGB (Red+Green+Blue) = 147+2+60=209 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70.33% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 147 - color contains mainly: red. Hex color #93023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93023C is #6CFDC3. Grayscale: #333333. Windows color (decimal): -7142852 or 3932819. OLE color: 3932819.
HSL color Cylindrical-coordinate representation of color #93023C: hue angle of 336º 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 #93023C is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 2 | 60 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.42 |
| HSL | 336º | 0.97% | 0.29% | - |
| HSV(B) | 336º | 0.99% | 0.58% | - |
| XYZ | 12.87 | 6.57 | 4.87 | - |
| YUV | 51.97 | 132.54 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 60 | 0 | 0.99 | 0.59 | 0.42 | 336 | 0.97 | 0.29 |
| Hex | 93 | 2 | 3C | 0 | 63 | 3B | 2A | 150 | 61 | 1D |
| Octal | 223 | 2 | 74 | 0 | 143 | 73 | 52 | 520 | 141 | 35 |
| Binary | 10010011 | 10 | 111100 | 0 | 1100011 | 111011 | 101010 | 101010000 | 1100001 | 11101 |
Color Harmonies of #93023C
Complementary color
Monochromatic Colors of #93023C
Black with #93023C
Text Example
Text Example
White with #93023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93023C; }
p { color: rgb(147,2,60); }
H1.HeaderClassName
{
color: #93023C;
}
.AnyTagClassName
{
color: #93023C;
}
</style>
background-color css
<style>
a { background-color: #93023C; }
a { background-color: rgb(147,2,60); }
div.DivClassName
{
background-color: #93023C;
}
.BgClassName
{
background-color: #93023C;
}
</style>
border-color css
<style>
span { border-color: #93023C; }
span { border-color: rgb(147,2,60); }
td.TdClassName
{
border-color: #93023C;
}
.TagClassName
{
border-color: #93023C;
}
</style>