Shades of Burgundy #770F2D
Tints of Burgundy #770F2D
RGB
CMYK
RGB Variations
Color information
#770F2D (or 0x770F2D) is known color: Burgundy. HEX triplet: 77, 0F and 2D. RGB value is (119,15,45). Sum of RGB (Red+Green+Blue) = 119+15+45=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #770F2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770F2D is #88F0D2. Grayscale: #313131. Windows color (decimal): -8974547 or 2953079. OLE color: 2953079.
HSL color Cylindrical-coordinate representation of color #770F2D: hue angle of 342.69º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #770F2D is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 15 | 45 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.53 |
| HSL | 342.69º | 0.78% | 0.26% | - |
| HSV(B) | 342.69º | 0.87% | 0.47% | - |
| XYZ | 8.25 | 4.45 | 2.91 | - |
| YUV | 49.52 | 125.46 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 45 | 0 | 0.87 | 0.62 | 0.53 | 342.69 | 0.78 | 0.26 |
| Hex | 77 | F | 2D | 0 | 57 | 3E | 35 | 157 | 4E | 1A |
| Octal | 167 | 17 | 55 | 0 | 127 | 76 | 65 | 527 | 116 | 32 |
| Binary | 1110111 | 1111 | 101101 | 0 | 1010111 | 111110 | 110101 | 101010111 | 1001110 | 11010 |
Color Harmonies of #770F2D
Complementary color
Monochromatic Colors of #770F2D
Black with #770F2D
Text Example
Text Example
White with #770F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770F2D; }
p { color: rgb(119,15,45); }
H1.HeaderClassName
{
color: #770F2D;
}
.AnyTagClassName
{
color: #770F2D;
}
</style>
background-color css
<style>
a { background-color: #770F2D; }
a { background-color: rgb(119,15,45); }
div.DivClassName
{
background-color: #770F2D;
}
.BgClassName
{
background-color: #770F2D;
}
</style>
border-color css
<style>
span { border-color: #770F2D; }
span { border-color: rgb(119,15,45); }
td.TdClassName
{
border-color: #770F2D;
}
.TagClassName
{
border-color: #770F2D;
}
</style>