Shades of Burgundy #78011F
Tints of Burgundy #78011F
RGB
CMYK
RGB Variations
Color information
#78011F (or 0x78011F) is known color: Burgundy. HEX triplet: 78, 01 and 1F. RGB value is (120,1,31). Sum of RGB (Red+Green+Blue) = 120+1+31=152 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.95% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 120 - color contains mainly: red. Hex color #78011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78011F is #87FEE0. Grayscale: #282828. Windows color (decimal): -8912609 or 2031992. OLE color: 2031992.
HSL color Cylindrical-coordinate representation of color #78011F: hue angle of 344.87º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #78011F is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.53 |
| HSL | 344.87º | 0.98% | 0.24% | - |
| HSV(B) | 344.87º | 0.99% | 0.47% | - |
| XYZ | 8 | 4.11 | 1.67 | - |
| YUV | 40 | 122.92 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 1 | 31 | 0 | 0.99 | 0.74 | 0.53 | 344.87 | 0.98 | 0.24 |
| Hex | 78 | 1 | 1F | 0 | 63 | 4A | 35 | 159 | 62 | 18 |
| Octal | 170 | 1 | 37 | 0 | 143 | 112 | 65 | 531 | 142 | 30 |
| Binary | 1111000 | 1 | 11111 | 0 | 1100011 | 1001010 | 110101 | 101011001 | 1100010 | 11000 |
Color Harmonies of #78011F
Complementary color
Monochromatic Colors of #78011F
Black with #78011F
Text Example
Text Example
White with #78011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78011F; }
p { color: rgb(120,1,31); }
H1.HeaderClassName
{
color: #78011F;
}
.AnyTagClassName
{
color: #78011F;
}
</style>
background-color css
<style>
a { background-color: #78011F; }
a { background-color: rgb(120,1,31); }
div.DivClassName
{
background-color: #78011F;
}
.BgClassName
{
background-color: #78011F;
}
</style>
border-color css
<style>
span { border-color: #78011F; }
span { border-color: rgb(120,1,31); }
td.TdClassName
{
border-color: #78011F;
}
.TagClassName
{
border-color: #78011F;
}
</style>