Shades of Burgundy #93012D
Tints of Burgundy #93012D
RGB
CMYK
RGB Variations
Color information
#93012D (or 0x93012D) is known color: Burgundy. HEX triplet: 93, 01 and 2D. RGB value is (147,1,45). Sum of RGB (Red+Green+Blue) = 147+1+45=193 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.17% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 147 - color contains mainly: red. Hex color #93012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93012D is #6CFED2. Grayscale: #313131. Windows color (decimal): -7143123 or 2949523. OLE color: 2949523.
HSL color Cylindrical-coordinate representation of color #93012D: hue angle of 341.92º degrees, saturation: 0.99, 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 #93012D is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.42 |
| HSL | 341.92º | 0.99% | 0.29% | - |
| HSV(B) | 341.92º | 0.99% | 0.58% | - |
| XYZ | 12.52 | 6.41 | 3.06 | - |
| YUV | 49.67 | 125.37 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 45 | 0 | 0.99 | 0.69 | 0.42 | 341.92 | 0.99 | 0.29 |
| Hex | 93 | 1 | 2D | 0 | 63 | 45 | 2A | 156 | 63 | 1D |
| Octal | 223 | 1 | 55 | 0 | 143 | 105 | 52 | 526 | 143 | 35 |
| Binary | 10010011 | 1 | 101101 | 0 | 1100011 | 1000101 | 101010 | 101010110 | 1100011 | 11101 |
Color Harmonies of #93012D
Complementary color
Monochromatic Colors of #93012D
Black with #93012D
Text Example
Text Example
White with #93012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93012D; }
p { color: rgb(147,1,45); }
H1.HeaderClassName
{
color: #93012D;
}
.AnyTagClassName
{
color: #93012D;
}
</style>
background-color css
<style>
a { background-color: #93012D; }
a { background-color: rgb(147,1,45); }
div.DivClassName
{
background-color: #93012D;
}
.BgClassName
{
background-color: #93012D;
}
</style>
border-color css
<style>
span { border-color: #93012D; }
span { border-color: rgb(147,1,45); }
td.TdClassName
{
border-color: #93012D;
}
.TagClassName
{
border-color: #93012D;
}
</style>