Shades of Burgundy #78091F
Tints of Burgundy #78091F
RGB
CMYK
RGB Variations
Color information
#78091F (or 0x78091F) is known color: Burgundy. HEX triplet: 78, 09 and 1F. RGB value is (120,9,31). Sum of RGB (Red+Green+Blue) = 120+9+31=160 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 120 - color contains mainly: red. Hex color #78091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78091F is #87F6E0. Grayscale: #2C2C2C. Windows color (decimal): -8910561 or 2034040. OLE color: 2034040.
HSL color Cylindrical-coordinate representation of color #78091F: hue angle of 348.11º 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 #78091F is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 9 | 31 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.53 |
| HSL | 348.11º | 0.86% | 0.25% | - |
| HSV(B) | 348.11º | 0.93% | 0.47% | - |
| XYZ | 8.09 | 4.29 | 1.7 | - |
| YUV | 44.7 | 120.27 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 31 | 0 | 0.92 | 0.74 | 0.53 | 348.11 | 0.86 | 0.25 |
| Hex | 78 | 9 | 1F | 0 | 5C | 4A | 35 | 15C | 56 | 19 |
| Octal | 170 | 11 | 37 | 0 | 134 | 112 | 65 | 534 | 126 | 31 |
| Binary | 1111000 | 1001 | 11111 | 0 | 1011100 | 1001010 | 110101 | 101011100 | 1010110 | 11001 |
Color Harmonies of #78091F
Complementary color
Monochromatic Colors of #78091F
Black with #78091F
Text Example
Text Example
White with #78091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78091F; }
p { color: rgb(120,9,31); }
H1.HeaderClassName
{
color: #78091F;
}
.AnyTagClassName
{
color: #78091F;
}
</style>
background-color css
<style>
a { background-color: #78091F; }
a { background-color: rgb(120,9,31); }
div.DivClassName
{
background-color: #78091F;
}
.BgClassName
{
background-color: #78091F;
}
</style>
border-color css
<style>
span { border-color: #78091F; }
span { border-color: rgb(120,9,31); }
td.TdClassName
{
border-color: #78091F;
}
.TagClassName
{
border-color: #78091F;
}
</style>