Shades of Burgundy #770830
Tints of Burgundy #770830
RGB
CMYK
RGB Variations
Color information
#770830 (or 0x770830) is known color: Burgundy. HEX triplet: 77, 08 and 30. RGB value is (119,8,48). Sum of RGB (Red+Green+Blue) = 119+8+48=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #770830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770830 is #88F7CF. Grayscale: #2D2D2D. Windows color (decimal): -8976336 or 3147895. OLE color: 3147895.
HSL color Cylindrical-coordinate representation of color #770830: hue angle of 338.38º degrees, saturation: 0.87, 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 #770830 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 8 | 48 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.53 |
| HSL | 338.38º | 0.87% | 0.25% | - |
| HSV(B) | 338.38º | 0.93% | 0.47% | - |
| XYZ | 8.23 | 4.31 | 3.19 | - |
| YUV | 45.75 | 129.27 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 48 | 0 | 0.93 | 0.60 | 0.53 | 338.38 | 0.87 | 0.25 |
| Hex | 77 | 8 | 30 | 0 | 5D | 3C | 35 | 152 | 57 | 19 |
| Octal | 167 | 10 | 60 | 0 | 135 | 74 | 65 | 522 | 127 | 31 |
| Binary | 1110111 | 1000 | 110000 | 0 | 1011101 | 111100 | 110101 | 101010010 | 1010111 | 11001 |
Color Harmonies of #770830
Complementary color
Monochromatic Colors of #770830
Black with #770830
Text Example
Text Example
White with #770830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770830; }
p { color: rgb(119,8,48); }
H1.HeaderClassName
{
color: #770830;
}
.AnyTagClassName
{
color: #770830;
}
</style>
background-color css
<style>
a { background-color: #770830; }
a { background-color: rgb(119,8,48); }
div.DivClassName
{
background-color: #770830;
}
.BgClassName
{
background-color: #770830;
}
</style>
border-color css
<style>
span { border-color: #770830; }
span { border-color: rgb(119,8,48); }
td.TdClassName
{
border-color: #770830;
}
.TagClassName
{
border-color: #770830;
}
</style>