Shades of Burgundy #770B27
Tints of Burgundy #770B27
RGB
CMYK
RGB Variations
Color information
#770B27 (or 0x770B27) is known color: Burgundy. HEX triplet: 77, 0B and 27. RGB value is (119,11,39). Sum of RGB (Red+Green+Blue) = 119+11+39=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 11 (4.69% from 255 or 6.51% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #770B27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770B27 is #88F4D8. Grayscale: #2E2E2E. Windows color (decimal): -8975577 or 2558839. OLE color: 2558839.
HSL color Cylindrical-coordinate representation of color #770B27: hue angle of 344.44º 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 #770B27 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 11 | 39 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.53 |
| HSL | 344.44º | 0.83% | 0.25% | - |
| HSV(B) | 344.44º | 0.91% | 0.47% | - |
| XYZ | 8.09 | 4.31 | 2.32 | - |
| YUV | 46.48 | 123.78 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 39 | 0 | 0.91 | 0.67 | 0.53 | 344.44 | 0.83 | 0.25 |
| Hex | 77 | B | 27 | 0 | 5B | 43 | 35 | 158 | 53 | 19 |
| Octal | 167 | 13 | 47 | 0 | 133 | 103 | 65 | 530 | 123 | 31 |
| Binary | 1110111 | 1011 | 100111 | 0 | 1011011 | 1000011 | 110101 | 101011000 | 1010011 | 11001 |
Color Harmonies of #770B27
Complementary color
Monochromatic Colors of #770B27
Black with #770B27
Text Example
Text Example
White with #770B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770B27; }
p { color: rgb(119,11,39); }
H1.HeaderClassName
{
color: #770B27;
}
.AnyTagClassName
{
color: #770B27;
}
</style>
background-color css
<style>
a { background-color: #770B27; }
a { background-color: rgb(119,11,39); }
div.DivClassName
{
background-color: #770B27;
}
.BgClassName
{
background-color: #770B27;
}
</style>
border-color css
<style>
span { border-color: #770B27; }
span { border-color: rgb(119,11,39); }
td.TdClassName
{
border-color: #770B27;
}
.TagClassName
{
border-color: #770B27;
}
</style>