Shades of Burgundy #730A27
Tints of Burgundy #730A27
RGB
CMYK
RGB Variations
Color information
#730A27 (or 0x730A27) is known color: Burgundy. HEX triplet: 73, 0A and 27. RGB value is (115,10,39). Sum of RGB (Red+Green+Blue) = 115+10+39=164 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.12% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 115 - color contains mainly: red. Hex color #730A27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A27 is #8CF5D8. Grayscale: #2C2C2C. Windows color (decimal): -9237977 or 2558579. OLE color: 2558579.
HSL color Cylindrical-coordinate representation of color #730A27: hue angle of 343.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A27 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 39 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.55 |
| HSL | 343.43º | 0.84% | 0.25% | - |
| HSV(B) | 343.43º | 0.91% | 0.45% | - |
| XYZ | 7.54 | 4.01 | 2.3 | - |
| YUV | 44.7 | 124.79 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 39 | 0 | 0.91 | 0.66 | 0.55 | 343.43 | 0.84 | 0.25 |
| Hex | 73 | A | 27 | 0 | 5B | 42 | 37 | 157 | 54 | 19 |
| Octal | 163 | 12 | 47 | 0 | 133 | 102 | 67 | 527 | 124 | 31 |
| Binary | 1110011 | 1010 | 100111 | 0 | 1011011 | 1000010 | 110111 | 101010111 | 1010100 | 11001 |
Color Harmonies of #730A27
Complementary color
Monochromatic Colors of #730A27
Black with #730A27
Text Example
Text Example
White with #730A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A27; }
p { color: rgb(115,10,39); }
H1.HeaderClassName
{
color: #730A27;
}
.AnyTagClassName
{
color: #730A27;
}
</style>
background-color css
<style>
a { background-color: #730A27; }
a { background-color: rgb(115,10,39); }
div.DivClassName
{
background-color: #730A27;
}
.BgClassName
{
background-color: #730A27;
}
</style>
border-color css
<style>
span { border-color: #730A27; }
span { border-color: rgb(115,10,39); }
td.TdClassName
{
border-color: #730A27;
}
.TagClassName
{
border-color: #730A27;
}
</style>