Shades of Burgundy #93012F
Tints of Burgundy #93012F
RGB
CMYK
RGB Variations
Color information
#93012F (or 0x93012F) is known color: Burgundy. HEX triplet: 93, 01 and 2F. RGB value is (147,1,47). Sum of RGB (Red+Green+Blue) = 147+1+47=195 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.38% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 147 - color contains mainly: red. Hex color #93012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93012F is #6CFED0. Grayscale: #313131. Windows color (decimal): -7143121 or 3080595. OLE color: 3080595.
HSL color Cylindrical-coordinate representation of color #93012F: hue angle of 341.1º 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 #93012F is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.42 |
| HSL | 341.1º | 0.99% | 0.29% | - |
| HSV(B) | 341.1º | 0.99% | 0.58% | - |
| XYZ | 12.56 | 6.43 | 3.27 | - |
| YUV | 49.9 | 126.37 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 47 | 0 | 0.99 | 0.68 | 0.42 | 341.1 | 0.99 | 0.29 |
| Hex | 93 | 1 | 2F | 0 | 63 | 44 | 2A | 155 | 63 | 1D |
| Octal | 223 | 1 | 57 | 0 | 143 | 104 | 52 | 525 | 143 | 35 |
| Binary | 10010011 | 1 | 101111 | 0 | 1100011 | 1000100 | 101010 | 101010101 | 1100011 | 11101 |
Color Harmonies of #93012F
Complementary color
Monochromatic Colors of #93012F
Black with #93012F
Text Example
Text Example
White with #93012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93012F; }
p { color: rgb(147,1,47); }
H1.HeaderClassName
{
color: #93012F;
}
.AnyTagClassName
{
color: #93012F;
}
</style>
background-color css
<style>
a { background-color: #93012F; }
a { background-color: rgb(147,1,47); }
div.DivClassName
{
background-color: #93012F;
}
.BgClassName
{
background-color: #93012F;
}
</style>
border-color css
<style>
span { border-color: #93012F; }
span { border-color: rgb(147,1,47); }
td.TdClassName
{
border-color: #93012F;
}
.TagClassName
{
border-color: #93012F;
}
</style>