Shades of Burgundy #78080F
Tints of Burgundy #78080F
RGB
CMYK
RGB Variations
Color information
#78080F (or 0x78080F) is known color: Burgundy. HEX triplet: 78, 08 and 0F. RGB value is (120,8,15). Sum of RGB (Red+Green+Blue) = 120+8+15=143 (18% of max value = 765). Red value is 120 (47.27% from 255 or 83.92% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 120 - color contains mainly: red. Hex color #78080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78080F is #87F7F0. Grayscale: #2A2A2A. Windows color (decimal): -8910833 or 985208. OLE color: 985208.
HSL color Cylindrical-coordinate representation of color #78080F: hue angle of 356.25º degrees, saturation: 0.88, 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 #78080F is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 8 | 15 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.53 |
| HSL | 356.25º | 0.88% | 0.25% | - |
| HSV(B) | 356.25º | 0.93% | 0.47% | - |
| XYZ | 7.92 | 4.2 | 0.85 | - |
| YUV | 42.29 | 112.61 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 15 | 0 | 0.93 | 0.87 | 0.53 | 356.25 | 0.88 | 0.25 |
| Hex | 78 | 8 | F | 0 | 5D | 57 | 35 | 164 | 58 | 19 |
| Octal | 170 | 10 | 17 | 0 | 135 | 127 | 65 | 544 | 130 | 31 |
| Binary | 1111000 | 1000 | 1111 | 0 | 1011101 | 1010111 | 110101 | 101100100 | 1011000 | 11001 |
Color Harmonies of #78080F
Complementary color
Monochromatic Colors of #78080F
Black with #78080F
Text Example
Text Example
White with #78080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78080F; }
p { color: rgb(120,8,15); }
H1.HeaderClassName
{
color: #78080F;
}
.AnyTagClassName
{
color: #78080F;
}
</style>
background-color css
<style>
a { background-color: #78080F; }
a { background-color: rgb(120,8,15); }
div.DivClassName
{
background-color: #78080F;
}
.BgClassName
{
background-color: #78080F;
}
</style>
border-color css
<style>
span { border-color: #78080F; }
span { border-color: rgb(120,8,15); }
td.TdClassName
{
border-color: #78080F;
}
.TagClassName
{
border-color: #78080F;
}
</style>