Shades of Burgundy #78061C
Tints of Burgundy #78061C
RGB
CMYK
RGB Variations
Color information
#78061C (or 0x78061C) is known color: Burgundy. HEX triplet: 78, 06 and 1C. RGB value is (120,6,28). Sum of RGB (Red+Green+Blue) = 120+6+28=154 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.92% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 120 - color contains mainly: red. Hex color #78061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78061C is #87F9E3. Grayscale: #2A2A2A. Windows color (decimal): -8911332 or 1836664. OLE color: 1836664.
HSL color Cylindrical-coordinate representation of color #78061C: hue angle of 348.42º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #78061C is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 6 | 28 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.53 |
| HSL | 348.42º | 0.9% | 0.25% | - |
| HSV(B) | 348.42º | 0.95% | 0.47% | - |
| XYZ | 8.02 | 4.21 | 1.49 | - |
| YUV | 42.59 | 119.77 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 6 | 28 | 0 | 0.95 | 0.77 | 0.53 | 348.42 | 0.9 | 0.25 |
| Hex | 78 | 6 | 1C | 0 | 5F | 4D | 35 | 15C | 5A | 19 |
| Octal | 170 | 6 | 34 | 0 | 137 | 115 | 65 | 534 | 132 | 31 |
| Binary | 1111000 | 110 | 11100 | 0 | 1011111 | 1001101 | 110101 | 101011100 | 1011010 | 11001 |
Color Harmonies of #78061C
Complementary color
Monochromatic Colors of #78061C
Black with #78061C
Text Example
Text Example
White with #78061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78061C; }
p { color: rgb(120,6,28); }
H1.HeaderClassName
{
color: #78061C;
}
.AnyTagClassName
{
color: #78061C;
}
</style>
background-color css
<style>
a { background-color: #78061C; }
a { background-color: rgb(120,6,28); }
div.DivClassName
{
background-color: #78061C;
}
.BgClassName
{
background-color: #78061C;
}
</style>
border-color css
<style>
span { border-color: #78061C; }
span { border-color: rgb(120,6,28); }
td.TdClassName
{
border-color: #78061C;
}
.TagClassName
{
border-color: #78061C;
}
</style>