Shades of Burgundy #78092B
Tints of Burgundy #78092B
RGB
CMYK
RGB Variations
Color information
#78092B (or 0x78092B) is known color: Burgundy. HEX triplet: 78, 09 and 2B. RGB value is (120,9,43). Sum of RGB (Red+Green+Blue) = 120+9+43=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #78092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78092B is #87F6D4. Grayscale: #2E2E2E. Windows color (decimal): -8910549 or 2820472. OLE color: 2820472.
HSL color Cylindrical-coordinate representation of color #78092B: hue angle of 341.62º 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 #78092B is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 9 | 43 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.53 |
| HSL | 341.62º | 0.86% | 0.25% | - |
| HSV(B) | 341.62º | 0.93% | 0.47% | - |
| XYZ | 8.28 | 4.36 | 2.69 | - |
| YUV | 46.07 | 126.27 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 43 | 0 | 0.92 | 0.64 | 0.53 | 341.62 | 0.86 | 0.25 |
| Hex | 78 | 9 | 2B | 0 | 5C | 40 | 35 | 156 | 56 | 19 |
| Octal | 170 | 11 | 53 | 0 | 134 | 100 | 65 | 526 | 126 | 31 |
| Binary | 1111000 | 1001 | 101011 | 0 | 1011100 | 1000000 | 110101 | 101010110 | 1010110 | 11001 |
Color Harmonies of #78092B
Complementary color
Monochromatic Colors of #78092B
Black with #78092B
Text Example
Text Example
White with #78092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78092B; }
p { color: rgb(120,9,43); }
H1.HeaderClassName
{
color: #78092B;
}
.AnyTagClassName
{
color: #78092B;
}
</style>
background-color css
<style>
a { background-color: #78092B; }
a { background-color: rgb(120,9,43); }
div.DivClassName
{
background-color: #78092B;
}
.BgClassName
{
background-color: #78092B;
}
</style>
border-color css
<style>
span { border-color: #78092B; }
span { border-color: rgb(120,9,43); }
td.TdClassName
{
border-color: #78092B;
}
.TagClassName
{
border-color: #78092B;
}
</style>