Shades of Burgundy #93072F
Tints of Burgundy #93072F
RGB
CMYK
RGB Variations
Color information
#93072F (or 0x93072F) is known color: Burgundy. HEX triplet: 93, 07 and 2F. RGB value is (147,7,47). Sum of RGB (Red+Green+Blue) = 147+7+47=201 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.13% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 147 - color contains mainly: red. Hex color #93072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93072F is #6CF8D0. Grayscale: #353535. Windows color (decimal): -7141585 or 3082131. OLE color: 3082131.
HSL color Cylindrical-coordinate representation of color #93072F: hue angle of 342.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 #93072F is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 7 | 47 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.42 |
| HSL | 342.86º | 0.91% | 0.3% | - |
| HSV(B) | 342.86º | 0.95% | 0.58% | - |
| XYZ | 12.62 | 6.56 | 3.29 | - |
| YUV | 53.42 | 124.38 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 7 | 47 | 0 | 0.95 | 0.68 | 0.42 | 342.86 | 0.91 | 0.3 |
| Hex | 93 | 7 | 2F | 0 | 5F | 44 | 2A | 157 | 5B | 1E |
| Octal | 223 | 7 | 57 | 0 | 137 | 104 | 52 | 527 | 133 | 36 |
| Binary | 10010011 | 111 | 101111 | 0 | 1011111 | 1000100 | 101010 | 101010111 | 1011011 | 11110 |
Color Harmonies of #93072F
Complementary color
Monochromatic Colors of #93072F
Black with #93072F
Text Example
Text Example
White with #93072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93072F; }
p { color: rgb(147,7,47); }
H1.HeaderClassName
{
color: #93072F;
}
.AnyTagClassName
{
color: #93072F;
}
</style>
background-color css
<style>
a { background-color: #93072F; }
a { background-color: rgb(147,7,47); }
div.DivClassName
{
background-color: #93072F;
}
.BgClassName
{
background-color: #93072F;
}
</style>
border-color css
<style>
span { border-color: #93072F; }
span { border-color: rgb(147,7,47); }
td.TdClassName
{
border-color: #93072F;
}
.TagClassName
{
border-color: #93072F;
}
</style>