Shades of Burgundy #77030F
Tints of Burgundy #77030F
RGB
CMYK
RGB Variations
Color information
#77030F (or 0x77030F) is known color: Burgundy. HEX triplet: 77, 03 and 0F. RGB value is (119,3,15). Sum of RGB (Red+Green+Blue) = 119+3+15=137 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.86% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 119 - color contains mainly: red. Hex color #77030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77030F is #88FCF0. Grayscale: #272727. Windows color (decimal): -8977649 or 983927. OLE color: 983927.
HSL color Cylindrical-coordinate representation of color #77030F: hue angle of 353.79º 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 #77030F is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 3 | 15 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.53 |
| HSL | 353.79º | 0.95% | 0.24% | - |
| HSV(B) | 353.79º | 0.97% | 0.47% | - |
| XYZ | 7.73 | 4.02 | 0.82 | - |
| YUV | 39.05 | 114.43 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 15 | 0 | 0.97 | 0.87 | 0.53 | 353.79 | 0.95 | 0.24 |
| Hex | 77 | 3 | F | 0 | 61 | 57 | 35 | 162 | 5F | 18 |
| Octal | 167 | 3 | 17 | 0 | 141 | 127 | 65 | 542 | 137 | 30 |
| Binary | 1110111 | 11 | 1111 | 0 | 1100001 | 1010111 | 110101 | 101100010 | 1011111 | 11000 |
Color Harmonies of #77030F
Complementary color
Monochromatic Colors of #77030F
Black with #77030F
Text Example
Text Example
White with #77030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77030F; }
p { color: rgb(119,3,15); }
H1.HeaderClassName
{
color: #77030F;
}
.AnyTagClassName
{
color: #77030F;
}
</style>
background-color css
<style>
a { background-color: #77030F; }
a { background-color: rgb(119,3,15); }
div.DivClassName
{
background-color: #77030F;
}
.BgClassName
{
background-color: #77030F;
}
</style>
border-color css
<style>
span { border-color: #77030F; }
span { border-color: rgb(119,3,15); }
td.TdClassName
{
border-color: #77030F;
}
.TagClassName
{
border-color: #77030F;
}
</style>