Shades of Burgundy #770328
Tints of Burgundy #770328
RGB
CMYK
RGB Variations
Color information
#770328 (or 0x770328) is known color: Burgundy. HEX triplet: 77, 03 and 28. RGB value is (119,3,40). Sum of RGB (Red+Green+Blue) = 119+3+40=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #770328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770328 is #88FCD7. Grayscale: #292929. Windows color (decimal): -8977624 or 2622327. OLE color: 2622327.
HSL color Cylindrical-coordinate representation of color #770328: hue angle of 340.86º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770328 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 3 | 40 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.53 |
| HSL | 340.86º | 0.95% | 0.24% | - |
| HSV(B) | 340.86º | 0.97% | 0.47% | - |
| XYZ | 8.02 | 4.14 | 2.38 | - |
| YUV | 41.9 | 126.93 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 40 | 0 | 0.97 | 0.66 | 0.53 | 340.86 | 0.95 | 0.24 |
| Hex | 77 | 3 | 28 | 0 | 61 | 42 | 35 | 155 | 5F | 18 |
| Octal | 167 | 3 | 50 | 0 | 141 | 102 | 65 | 525 | 137 | 30 |
| Binary | 1110111 | 11 | 101000 | 0 | 1100001 | 1000010 | 110101 | 101010101 | 1011111 | 11000 |
Color Harmonies of #770328
Complementary color
Monochromatic Colors of #770328
Black with #770328
Text Example
Text Example
White with #770328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770328; }
p { color: rgb(119,3,40); }
H1.HeaderClassName
{
color: #770328;
}
.AnyTagClassName
{
color: #770328;
}
</style>
background-color css
<style>
a { background-color: #770328; }
a { background-color: rgb(119,3,40); }
div.DivClassName
{
background-color: #770328;
}
.BgClassName
{
background-color: #770328;
}
</style>
border-color css
<style>
span { border-color: #770328; }
span { border-color: rgb(119,3,40); }
td.TdClassName
{
border-color: #770328;
}
.TagClassName
{
border-color: #770328;
}
</style>