Shades of Burgundy #770B1B
Tints of Burgundy #770B1B
RGB
CMYK
RGB Variations
Color information
#770B1B (or 0x770B1B) is known color: Burgundy. HEX triplet: 77, 0B and 1B. RGB value is (119,11,27). Sum of RGB (Red+Green+Blue) = 119+11+27=157 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.80% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 119 - color contains mainly: red. Hex color #770B1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770B1B is #88F4E4. Grayscale: #2D2D2D. Windows color (decimal): -8975589 or 1772407. OLE color: 1772407.
HSL color Cylindrical-coordinate representation of color #770B1B: hue angle of 351.11º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770B1B is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 11 | 27 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.53 |
| HSL | 351.11º | 0.83% | 0.25% | - |
| HSV(B) | 351.11º | 0.91% | 0.47% | - |
| XYZ | 7.93 | 4.24 | 1.44 | - |
| YUV | 45.12 | 117.78 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 27 | 0 | 0.91 | 0.77 | 0.53 | 351.11 | 0.83 | 0.25 |
| Hex | 77 | B | 1B | 0 | 5B | 4D | 35 | 15F | 53 | 19 |
| Octal | 167 | 13 | 33 | 0 | 133 | 115 | 65 | 537 | 123 | 31 |
| Binary | 1110111 | 1011 | 11011 | 0 | 1011011 | 1001101 | 110101 | 101011111 | 1010011 | 11001 |
Color Harmonies of #770B1B
Complementary color
Monochromatic Colors of #770B1B
Black with #770B1B
Text Example
Text Example
White with #770B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770B1B; }
p { color: rgb(119,11,27); }
H1.HeaderClassName
{
color: #770B1B;
}
.AnyTagClassName
{
color: #770B1B;
}
</style>
background-color css
<style>
a { background-color: #770B1B; }
a { background-color: rgb(119,11,27); }
div.DivClassName
{
background-color: #770B1B;
}
.BgClassName
{
background-color: #770B1B;
}
</style>
border-color css
<style>
span { border-color: #770B1B; }
span { border-color: rgb(119,11,27); }
td.TdClassName
{
border-color: #770B1B;
}
.TagClassName
{
border-color: #770B1B;
}
</style>