Shades of Burgundy #730B21
Tints of Burgundy #730B21
RGB
CMYK
RGB Variations
Color information
#730B21 (or 0x730B21) is known color: Burgundy. HEX triplet: 73, 0B and 21. RGB value is (115,11,33). Sum of RGB (Red+Green+Blue) = 115+11+33=159 (21% of max value = 765). Red value is 115 (45.31% from 255 or 72.33% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 115 - color contains mainly: red. Hex color #730B21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B21 is #8CF4DE. Grayscale: #2C2C2C. Windows color (decimal): -9237727 or 2165619. OLE color: 2165619.
HSL color Cylindrical-coordinate representation of color #730B21: hue angle of 347.31º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730B21 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 33 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.55 |
| HSL | 347.31º | 0.83% | 0.25% | - |
| HSV(B) | 347.31º | 0.9% | 0.45% | - |
| XYZ | 7.46 | 3.99 | 1.82 | - |
| YUV | 44.6 | 121.46 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 33 | 0 | 0.90 | 0.71 | 0.55 | 347.31 | 0.83 | 0.25 |
| Hex | 73 | B | 21 | 0 | 5A | 47 | 37 | 15B | 53 | 19 |
| Octal | 163 | 13 | 41 | 0 | 132 | 107 | 67 | 533 | 123 | 31 |
| Binary | 1110011 | 1011 | 100001 | 0 | 1011010 | 1000111 | 110111 | 101011011 | 1010011 | 11001 |
Color Harmonies of #730B21
Complementary color
Monochromatic Colors of #730B21
Black with #730B21
Text Example
Text Example
White with #730B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B21; }
p { color: rgb(115,11,33); }
H1.HeaderClassName
{
color: #730B21;
}
.AnyTagClassName
{
color: #730B21;
}
</style>
background-color css
<style>
a { background-color: #730B21; }
a { background-color: rgb(115,11,33); }
div.DivClassName
{
background-color: #730B21;
}
.BgClassName
{
background-color: #730B21;
}
</style>
border-color css
<style>
span { border-color: #730B21; }
span { border-color: rgb(115,11,33); }
td.TdClassName
{
border-color: #730B21;
}
.TagClassName
{
border-color: #730B21;
}
</style>