Shades of Burgundy #93072D
Tints of Burgundy #93072D
RGB
CMYK
RGB Variations
Color information
#93072D (or 0x93072D) is known color: Burgundy. HEX triplet: 93, 07 and 2D. RGB value is (147,7,45). Sum of RGB (Red+Green+Blue) = 147+7+45=199 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.87% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 147 - color contains mainly: red. Hex color #93072D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93072D is #6CF8D2. Grayscale: #353535. Windows color (decimal): -7141587 or 2951059. OLE color: 2951059.
HSL color Cylindrical-coordinate representation of color #93072D: hue angle of 343.71º 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 #93072D is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 7 | 45 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.42 |
| HSL | 343.71º | 0.91% | 0.3% | - |
| HSV(B) | 343.71º | 0.95% | 0.58% | - |
| XYZ | 12.58 | 6.54 | 3.08 | - |
| YUV | 53.19 | 123.38 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 7 | 45 | 0 | 0.95 | 0.69 | 0.42 | 343.71 | 0.91 | 0.3 |
| Hex | 93 | 7 | 2D | 0 | 5F | 45 | 2A | 158 | 5B | 1E |
| Octal | 223 | 7 | 55 | 0 | 137 | 105 | 52 | 530 | 133 | 36 |
| Binary | 10010011 | 111 | 101101 | 0 | 1011111 | 1000101 | 101010 | 101011000 | 1011011 | 11110 |
Color Harmonies of #93072D
Complementary color
Monochromatic Colors of #93072D
Black with #93072D
Text Example
Text Example
White with #93072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93072D; }
p { color: rgb(147,7,45); }
H1.HeaderClassName
{
color: #93072D;
}
.AnyTagClassName
{
color: #93072D;
}
</style>
background-color css
<style>
a { background-color: #93072D; }
a { background-color: rgb(147,7,45); }
div.DivClassName
{
background-color: #93072D;
}
.BgClassName
{
background-color: #93072D;
}
</style>
border-color css
<style>
span { border-color: #93072D; }
span { border-color: rgb(147,7,45); }
td.TdClassName
{
border-color: #93072D;
}
.TagClassName
{
border-color: #93072D;
}
</style>