Shades of Burgundy #78031B
Tints of Burgundy #78031B
RGB
CMYK
RGB Variations
Color information
#78031B (or 0x78031B) is known color: Burgundy. HEX triplet: 78, 03 and 1B. RGB value is (120,3,27). Sum of RGB (Red+Green+Blue) = 120+3+27=150 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 120 - color contains mainly: red. Hex color #78031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78031B is #87FCE4. Grayscale: #282828. Windows color (decimal): -8912101 or 1770360. OLE color: 1770360.
HSL color Cylindrical-coordinate representation of color #78031B: hue angle of 347.69º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78031B is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 3 | 27 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.53 |
| HSL | 347.69º | 0.95% | 0.24% | - |
| HSV(B) | 347.69º | 0.98% | 0.47% | - |
| XYZ | 7.98 | 4.14 | 1.42 | - |
| YUV | 40.72 | 120.26 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 27 | 0 | 0.98 | 0.78 | 0.53 | 347.69 | 0.95 | 0.24 |
| Hex | 78 | 3 | 1B | 0 | 62 | 4E | 35 | 15C | 5F | 18 |
| Octal | 170 | 3 | 33 | 0 | 142 | 116 | 65 | 534 | 137 | 30 |
| Binary | 1111000 | 11 | 11011 | 0 | 1100010 | 1001110 | 110101 | 101011100 | 1011111 | 11000 |
Color Harmonies of #78031B
Complementary color
Monochromatic Colors of #78031B
Black with #78031B
Text Example
Text Example
White with #78031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78031B; }
p { color: rgb(120,3,27); }
H1.HeaderClassName
{
color: #78031B;
}
.AnyTagClassName
{
color: #78031B;
}
</style>
background-color css
<style>
a { background-color: #78031B; }
a { background-color: rgb(120,3,27); }
div.DivClassName
{
background-color: #78031B;
}
.BgClassName
{
background-color: #78031B;
}
</style>
border-color css
<style>
span { border-color: #78031B; }
span { border-color: rgb(120,3,27); }
td.TdClassName
{
border-color: #78031B;
}
.TagClassName
{
border-color: #78031B;
}
</style>