Shades of Burgundy #770325
Tints of Burgundy #770325
RGB
CMYK
RGB Variations
Color information
#770325 (or 0x770325) is known color: Burgundy. HEX triplet: 77, 03 and 25. RGB value is (119,3,37). Sum of RGB (Red+Green+Blue) = 119+3+37=159 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.84% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 119 - color contains mainly: red. Hex color #770325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770325 is #88FCDA. Grayscale: #292929. Windows color (decimal): -8977627 or 2425719. OLE color: 2425719.
HSL color Cylindrical-coordinate representation of color #770325: hue angle of 342.41º 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 #770325 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 3 | 37 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.53 |
| HSL | 342.41º | 0.95% | 0.24% | - |
| HSV(B) | 342.41º | 0.97% | 0.47% | - |
| XYZ | 7.97 | 4.12 | 2.13 | - |
| YUV | 41.56 | 125.43 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 37 | 0 | 0.97 | 0.69 | 0.53 | 342.41 | 0.95 | 0.24 |
| Hex | 77 | 3 | 25 | 0 | 61 | 45 | 35 | 156 | 5F | 18 |
| Octal | 167 | 3 | 45 | 0 | 141 | 105 | 65 | 526 | 137 | 30 |
| Binary | 1110111 | 11 | 100101 | 0 | 1100001 | 1000101 | 110101 | 101010110 | 1011111 | 11000 |
Color Harmonies of #770325
Complementary color
Monochromatic Colors of #770325
Black with #770325
Text Example
Text Example
White with #770325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770325; }
p { color: rgb(119,3,37); }
H1.HeaderClassName
{
color: #770325;
}
.AnyTagClassName
{
color: #770325;
}
</style>
background-color css
<style>
a { background-color: #770325; }
a { background-color: rgb(119,3,37); }
div.DivClassName
{
background-color: #770325;
}
.BgClassName
{
background-color: #770325;
}
</style>
border-color css
<style>
span { border-color: #770325; }
span { border-color: rgb(119,3,37); }
td.TdClassName
{
border-color: #770325;
}
.TagClassName
{
border-color: #770325;
}
</style>