Shades of Burgundy #78031C
Tints of Burgundy #78031C
RGB
CMYK
RGB Variations
Color information
#78031C (or 0x78031C) is known color: Burgundy. HEX triplet: 78, 03 and 1C. RGB value is (120,3,28). Sum of RGB (Red+Green+Blue) = 120+3+28=151 (20% of max value = 765). Red value is 120 (47.27% from 255 or 79.47% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 120 - color contains mainly: red. Hex color #78031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78031C is #87FCE3. Grayscale: #282828. Windows color (decimal): -8912100 or 1835896. OLE color: 1835896.
HSL color Cylindrical-coordinate representation of color #78031C: hue angle of 347.18º 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 #78031C is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 3 | 28 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.53 |
| HSL | 347.18º | 0.95% | 0.24% | - |
| HSV(B) | 347.18º | 0.98% | 0.47% | - |
| XYZ | 7.99 | 4.14 | 1.48 | - |
| YUV | 40.83 | 120.76 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 28 | 0 | 0.98 | 0.77 | 0.53 | 347.18 | 0.95 | 0.24 |
| Hex | 78 | 3 | 1C | 0 | 62 | 4D | 35 | 15B | 5F | 18 |
| Octal | 170 | 3 | 34 | 0 | 142 | 115 | 65 | 533 | 137 | 30 |
| Binary | 1111000 | 11 | 11100 | 0 | 1100010 | 1001101 | 110101 | 101011011 | 1011111 | 11000 |
Color Harmonies of #78031C
Complementary color
Monochromatic Colors of #78031C
Black with #78031C
Text Example
Text Example
White with #78031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78031C; }
p { color: rgb(120,3,28); }
H1.HeaderClassName
{
color: #78031C;
}
.AnyTagClassName
{
color: #78031C;
}
</style>
background-color css
<style>
a { background-color: #78031C; }
a { background-color: rgb(120,3,28); }
div.DivClassName
{
background-color: #78031C;
}
.BgClassName
{
background-color: #78031C;
}
</style>
border-color css
<style>
span { border-color: #78031C; }
span { border-color: rgb(120,3,28); }
td.TdClassName
{
border-color: #78031C;
}
.TagClassName
{
border-color: #78031C;
}
</style>