Shades of Burgundy #78091A
Tints of Burgundy #78091A
RGB
CMYK
RGB Variations
Color information
#78091A (or 0x78091A) is known color: Burgundy. HEX triplet: 78, 09 and 1A. RGB value is (120,9,26). Sum of RGB (Red+Green+Blue) = 120+9+26=155 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.42% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 120 - color contains mainly: red. Hex color #78091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78091A is #87F6E5. Grayscale: #2C2C2C. Windows color (decimal): -8910566 or 1706360. OLE color: 1706360.
HSL color Cylindrical-coordinate representation of color #78091A: hue angle of 350.81º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78091A is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 9 | 26 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.53 |
| HSL | 350.81º | 0.86% | 0.25% | - |
| HSV(B) | 350.81º | 0.93% | 0.47% | - |
| XYZ | 8.03 | 4.26 | 1.38 | - |
| YUV | 44.13 | 117.77 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 26 | 0 | 0.92 | 0.78 | 0.53 | 350.81 | 0.86 | 0.25 |
| Hex | 78 | 9 | 1A | 0 | 5C | 4E | 35 | 15F | 56 | 19 |
| Octal | 170 | 11 | 32 | 0 | 134 | 116 | 65 | 537 | 126 | 31 |
| Binary | 1111000 | 1001 | 11010 | 0 | 1011100 | 1001110 | 110101 | 101011111 | 1010110 | 11001 |
Color Harmonies of #78091A
Complementary color
Monochromatic Colors of #78091A
Black with #78091A
Text Example
Text Example
White with #78091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78091A; }
p { color: rgb(120,9,26); }
H1.HeaderClassName
{
color: #78091A;
}
.AnyTagClassName
{
color: #78091A;
}
</style>
background-color css
<style>
a { background-color: #78091A; }
a { background-color: rgb(120,9,26); }
div.DivClassName
{
background-color: #78091A;
}
.BgClassName
{
background-color: #78091A;
}
</style>
border-color css
<style>
span { border-color: #78091A; }
span { border-color: rgb(120,9,26); }
td.TdClassName
{
border-color: #78091A;
}
.TagClassName
{
border-color: #78091A;
}
</style>