Shades of Burgundy #770A31
Tints of Burgundy #770A31
RGB
CMYK
RGB Variations
Color information
#770A31 (or 0x770A31) is known color: Burgundy. HEX triplet: 77, 0A and 31. RGB value is (119,10,49). Sum of RGB (Red+Green+Blue) = 119+10+49=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #770A31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770A31 is #88F5CE. Grayscale: #2E2E2E. Windows color (decimal): -8975823 or 3213943. OLE color: 3213943.
HSL color Cylindrical-coordinate representation of color #770A31: hue angle of 338.53º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770A31 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 10 | 49 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.53 |
| HSL | 338.53º | 0.84% | 0.25% | - |
| HSV(B) | 338.53º | 0.92% | 0.47% | - |
| XYZ | 8.27 | 4.36 | 3.31 | - |
| YUV | 47.04 | 129.11 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 49 | 0 | 0.92 | 0.59 | 0.53 | 338.53 | 0.84 | 0.25 |
| Hex | 77 | A | 31 | 0 | 5C | 3B | 35 | 153 | 54 | 19 |
| Octal | 167 | 12 | 61 | 0 | 134 | 73 | 65 | 523 | 124 | 31 |
| Binary | 1110111 | 1010 | 110001 | 0 | 1011100 | 111011 | 110101 | 101010011 | 1010100 | 11001 |
Color Harmonies of #770A31
Complementary color
Monochromatic Colors of #770A31
Black with #770A31
Text Example
Text Example
White with #770A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770A31; }
p { color: rgb(119,10,49); }
H1.HeaderClassName
{
color: #770A31;
}
.AnyTagClassName
{
color: #770A31;
}
</style>
background-color css
<style>
a { background-color: #770A31; }
a { background-color: rgb(119,10,49); }
div.DivClassName
{
background-color: #770A31;
}
.BgClassName
{
background-color: #770A31;
}
</style>
border-color css
<style>
span { border-color: #770A31; }
span { border-color: rgb(119,10,49); }
td.TdClassName
{
border-color: #770A31;
}
.TagClassName
{
border-color: #770A31;
}
</style>