Shades of Burgundy #78002F
Tints of Burgundy #78002F
RGB
CMYK
RGB Variations
Color information
#78002F (or 0x78002F) is known color: Burgundy. HEX triplet: 78, 00 and 2F. RGB value is (120,0,47). Sum of RGB (Red+Green+Blue) = 120+0+47=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #78002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78002F is #87FFD0. Grayscale: #292929. Windows color (decimal): -8912849 or 3080312. OLE color: 3080312.
HSL color Cylindrical-coordinate representation of color #78002F: hue angle of 336.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #78002F is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.61 | 0.53 |
| HSL | 336.5º | 1% | 0.24% | - |
| HSV(B) | 336.5º | 1% | 0.47% | - |
| XYZ | 8.26 | 4.2 | 3.06 | - |
| YUV | 41.24 | 131.26 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 47 | 0 | 1 | 0.61 | 0.53 | 336.5 | 1 | 0.24 |
| Hex | 78 | 0 | 2F | 0 | 64 | 3D | 35 | 150 | 64 | 18 |
| Octal | 170 | 0 | 57 | 0 | 144 | 75 | 65 | 520 | 144 | 30 |
| Binary | 1111000 | 0 | 101111 | 0 | 1100100 | 111101 | 110101 | 101010000 | 1100100 | 11000 |
Color Harmonies of #78002F
Complementary color
Monochromatic Colors of #78002F
Black with #78002F
Text Example
Text Example
White with #78002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78002F; }
p { color: rgb(120,0,47); }
H1.HeaderClassName
{
color: #78002F;
}
.AnyTagClassName
{
color: #78002F;
}
</style>
background-color css
<style>
a { background-color: #78002F; }
a { background-color: rgb(120,0,47); }
div.DivClassName
{
background-color: #78002F;
}
.BgClassName
{
background-color: #78002F;
}
</style>
border-color css
<style>
span { border-color: #78002F; }
span { border-color: rgb(120,0,47); }
td.TdClassName
{
border-color: #78002F;
}
.TagClassName
{
border-color: #78002F;
}
</style>