Shades of Burgundy #760527
Tints of Burgundy #760527
RGB
CMYK
RGB Variations
Color information
#760527 (or 0x760527) is known color: Burgundy. HEX triplet: 76, 05 and 27. RGB value is (118,5,39). Sum of RGB (Red+Green+Blue) = 118+5+39=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #760527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760527 is #89FAD8. Grayscale: #2A2A2A. Windows color (decimal): -9042649 or 2557302. OLE color: 2557302.
HSL color Cylindrical-coordinate representation of color #760527: hue angle of 341.95º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760527 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 5 | 39 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.54 |
| HSL | 341.95º | 0.92% | 0.24% | - |
| HSV(B) | 341.95º | 0.96% | 0.46% | - |
| XYZ | 7.89 | 4.11 | 2.3 | - |
| YUV | 42.66 | 125.94 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 39 | 0 | 0.96 | 0.67 | 0.54 | 341.95 | 0.92 | 0.24 |
| Hex | 76 | 5 | 27 | 0 | 60 | 43 | 36 | 156 | 5C | 18 |
| Octal | 166 | 5 | 47 | 0 | 140 | 103 | 66 | 526 | 134 | 30 |
| Binary | 1110110 | 101 | 100111 | 0 | 1100000 | 1000011 | 110110 | 101010110 | 1011100 | 11000 |
Color Harmonies of #760527
Complementary color
Monochromatic Colors of #760527
Black with #760527
Text Example
Text Example
White with #760527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760527; }
p { color: rgb(118,5,39); }
H1.HeaderClassName
{
color: #760527;
}
.AnyTagClassName
{
color: #760527;
}
</style>
background-color css
<style>
a { background-color: #760527; }
a { background-color: rgb(118,5,39); }
div.DivClassName
{
background-color: #760527;
}
.BgClassName
{
background-color: #760527;
}
</style>
border-color css
<style>
span { border-color: #760527; }
span { border-color: rgb(118,5,39); }
td.TdClassName
{
border-color: #760527;
}
.TagClassName
{
border-color: #760527;
}
</style>