Shades of Burgundy #93002B
Tints of Burgundy #93002B
RGB
CMYK
RGB Variations
Color information
#93002B (or 0x93002B) is known color: Burgundy. HEX triplet: 93, 00 and 2B. RGB value is (147,0,43). Sum of RGB (Red+Green+Blue) = 147+0+43=190 (25% of max value = 765). Red value is 147 (57.81% from 255 or 77.37% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 147 - color contains mainly: red. Hex color #93002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93002B is #6CFFD4. Grayscale: #303030. Windows color (decimal): -7143381 or 2818195. OLE color: 2818195.
HSL color Cylindrical-coordinate representation of color #93002B: hue angle of 342.45º 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 #93002B is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.71 | 0.42 |
| HSL | 342.45º | 1% | 0.29% | - |
| HSV(B) | 342.45º | 1% | 0.58% | - |
| XYZ | 12.47 | 6.38 | 2.86 | - |
| YUV | 48.86 | 124.7 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 43 | 0 | 1 | 0.71 | 0.42 | 342.45 | 1 | 0.29 |
| Hex | 93 | 0 | 2B | 0 | 64 | 47 | 2A | 156 | 64 | 1D |
| Octal | 223 | 0 | 53 | 0 | 144 | 107 | 52 | 526 | 144 | 35 |
| Binary | 10010011 | 0 | 101011 | 0 | 1100100 | 1000111 | 101010 | 101010110 | 1100100 | 11101 |
Color Harmonies of #93002B
Complementary color
Monochromatic Colors of #93002B
Black with #93002B
Text Example
Text Example
White with #93002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93002B; }
p { color: rgb(147,0,43); }
H1.HeaderClassName
{
color: #93002B;
}
.AnyTagClassName
{
color: #93002B;
}
</style>
background-color css
<style>
a { background-color: #93002B; }
a { background-color: rgb(147,0,43); }
div.DivClassName
{
background-color: #93002B;
}
.BgClassName
{
background-color: #93002B;
}
</style>
border-color css
<style>
span { border-color: #93002B; }
span { border-color: rgb(147,0,43); }
td.TdClassName
{
border-color: #93002B;
}
.TagClassName
{
border-color: #93002B;
}
</style>