Shades of Burgundy #77032F
Tints of Burgundy #77032F
RGB
CMYK
RGB Variations
Color information
#77032F (or 0x77032F) is known color: Burgundy. HEX triplet: 77, 03 and 2F. RGB value is (119,3,47). Sum of RGB (Red+Green+Blue) = 119+3+47=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #77032F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77032F is #88FCD0. Grayscale: #2A2A2A. Windows color (decimal): -8977617 or 3081079. OLE color: 3081079.
HSL color Cylindrical-coordinate representation of color #77032F: hue angle of 337.24º 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 #77032F is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 3 | 47 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.53 |
| HSL | 337.24º | 0.95% | 0.24% | - |
| HSV(B) | 337.24º | 0.97% | 0.47% | - |
| XYZ | 8.15 | 4.19 | 3.07 | - |
| YUV | 42.7 | 130.43 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 47 | 0 | 0.97 | 0.61 | 0.53 | 337.24 | 0.95 | 0.24 |
| Hex | 77 | 3 | 2F | 0 | 61 | 3D | 35 | 151 | 5F | 18 |
| Octal | 167 | 3 | 57 | 0 | 141 | 75 | 65 | 521 | 137 | 30 |
| Binary | 1110111 | 11 | 101111 | 0 | 1100001 | 111101 | 110101 | 101010001 | 1011111 | 11000 |
Color Harmonies of #77032F
Complementary color
Monochromatic Colors of #77032F
Black with #77032F
Text Example
Text Example
White with #77032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77032F; }
p { color: rgb(119,3,47); }
H1.HeaderClassName
{
color: #77032F;
}
.AnyTagClassName
{
color: #77032F;
}
</style>
background-color css
<style>
a { background-color: #77032F; }
a { background-color: rgb(119,3,47); }
div.DivClassName
{
background-color: #77032F;
}
.BgClassName
{
background-color: #77032F;
}
</style>
border-color css
<style>
span { border-color: #77032F; }
span { border-color: rgb(119,3,47); }
td.TdClassName
{
border-color: #77032F;
}
.TagClassName
{
border-color: #77032F;
}
</style>