Shades of Burgundy #780730
Tints of Burgundy #780730
RGB
CMYK
RGB Variations
Color information
#780730 (or 0x780730) is known color: Burgundy. HEX triplet: 78, 07 and 30. RGB value is (120,7,48). Sum of RGB (Red+Green+Blue) = 120+7+48=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #780730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780730 is #87F8CF. Grayscale: #2D2D2D. Windows color (decimal): -8911056 or 3147640. OLE color: 3147640.
HSL color Cylindrical-coordinate representation of color #780730: hue angle of 338.23º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780730 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 7 | 48 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.53 |
| HSL | 338.23º | 0.89% | 0.25% | - |
| HSV(B) | 338.23º | 0.94% | 0.47% | - |
| XYZ | 8.36 | 4.36 | 3.2 | - |
| YUV | 45.46 | 129.44 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 7 | 48 | 0 | 0.94 | 0.60 | 0.53 | 338.23 | 0.89 | 0.25 |
| Hex | 78 | 7 | 30 | 0 | 5E | 3C | 35 | 152 | 59 | 19 |
| Octal | 170 | 7 | 60 | 0 | 136 | 74 | 65 | 522 | 131 | 31 |
| Binary | 1111000 | 111 | 110000 | 0 | 1011110 | 111100 | 110101 | 101010010 | 1011001 | 11001 |
Color Harmonies of #780730
Complementary color
Monochromatic Colors of #780730
Black with #780730
Text Example
Text Example
White with #780730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780730; }
p { color: rgb(120,7,48); }
H1.HeaderClassName
{
color: #780730;
}
.AnyTagClassName
{
color: #780730;
}
</style>
background-color css
<style>
a { background-color: #780730; }
a { background-color: rgb(120,7,48); }
div.DivClassName
{
background-color: #780730;
}
.BgClassName
{
background-color: #780730;
}
</style>
border-color css
<style>
span { border-color: #780730; }
span { border-color: rgb(120,7,48); }
td.TdClassName
{
border-color: #780730;
}
.TagClassName
{
border-color: #780730;
}
</style>