Shades of Burgundy #780C22
Tints of Burgundy #780C22
RGB
CMYK
RGB Variations
Color information
#780C22 (or 0x780C22) is known color: Burgundy. HEX triplet: 78, 0C and 22. RGB value is (120,12,34). Sum of RGB (Red+Green+Blue) = 120+12+34=166 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.29% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 120 - color contains mainly: red. Hex color #780C22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780C22 is #87F3DD. Grayscale: #2E2E2E. Windows color (decimal): -8909790 or 2231416. OLE color: 2231416.
HSL color Cylindrical-coordinate representation of color #780C22: hue angle of 347.78º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C22 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 12 | 34 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.53 |
| HSL | 347.78º | 0.82% | 0.26% | - |
| HSV(B) | 347.78º | 0.9% | 0.47% | - |
| XYZ | 8.17 | 4.37 | 1.93 | - |
| YUV | 46.8 | 120.78 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 34 | 0 | 0.90 | 0.72 | 0.53 | 347.78 | 0.82 | 0.26 |
| Hex | 78 | C | 22 | 0 | 5A | 48 | 35 | 15C | 52 | 1A |
| Octal | 170 | 14 | 42 | 0 | 132 | 110 | 65 | 534 | 122 | 32 |
| Binary | 1111000 | 1100 | 100010 | 0 | 1011010 | 1001000 | 110101 | 101011100 | 1010010 | 11010 |
Color Harmonies of #780C22
Complementary color
Monochromatic Colors of #780C22
Black with #780C22
Text Example
Text Example
White with #780C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780C22; }
p { color: rgb(120,12,34); }
H1.HeaderClassName
{
color: #780C22;
}
.AnyTagClassName
{
color: #780C22;
}
</style>
background-color css
<style>
a { background-color: #780C22; }
a { background-color: rgb(120,12,34); }
div.DivClassName
{
background-color: #780C22;
}
.BgClassName
{
background-color: #780C22;
}
</style>
border-color css
<style>
span { border-color: #780C22; }
span { border-color: rgb(120,12,34); }
td.TdClassName
{
border-color: #780C22;
}
.TagClassName
{
border-color: #780C22;
}
</style>