Shades of Burgundy #93073D
Tints of Burgundy #93073D
RGB
CMYK
RGB Variations
Color information
#93073D (or 0x93073D) is known color: Burgundy. HEX triplet: 93, 07 and 3D. RGB value is (147,7,61). Sum of RGB (Red+Green+Blue) = 147+7+61=215 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.37% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 147 - color contains mainly: red. Hex color #93073D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93073D is #6CF8C2. Grayscale: #363636. Windows color (decimal): -7141571 or 3999635. OLE color: 3999635.
HSL color Cylindrical-coordinate representation of color #93073D: hue angle of 336.86º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93073D is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 7 | 61 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.42 |
| HSL | 336.86º | 0.91% | 0.3% | - |
| HSV(B) | 336.86º | 0.95% | 0.58% | - |
| XYZ | 12.95 | 6.69 | 5.02 | - |
| YUV | 55.02 | 131.38 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 7 | 61 | 0 | 0.95 | 0.59 | 0.42 | 336.86 | 0.91 | 0.3 |
| Hex | 93 | 7 | 3D | 0 | 5F | 3B | 2A | 151 | 5B | 1E |
| Octal | 223 | 7 | 75 | 0 | 137 | 73 | 52 | 521 | 133 | 36 |
| Binary | 10010011 | 111 | 111101 | 0 | 1011111 | 111011 | 101010 | 101010001 | 1011011 | 11110 |
Color Harmonies of #93073D
Complementary color
Monochromatic Colors of #93073D
Black with #93073D
Text Example
Text Example
White with #93073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93073D; }
p { color: rgb(147,7,61); }
H1.HeaderClassName
{
color: #93073D;
}
.AnyTagClassName
{
color: #93073D;
}
</style>
background-color css
<style>
a { background-color: #93073D; }
a { background-color: rgb(147,7,61); }
div.DivClassName
{
background-color: #93073D;
}
.BgClassName
{
background-color: #93073D;
}
</style>
border-color css
<style>
span { border-color: #93073D; }
span { border-color: rgb(147,7,61); }
td.TdClassName
{
border-color: #93073D;
}
.TagClassName
{
border-color: #93073D;
}
</style>