Shades of Burgundy #760927
Tints of Burgundy #760927
RGB
CMYK
RGB Variations
Color information
#760927 (or 0x760927) is known color: Burgundy. HEX triplet: 76, 09 and 27. RGB value is (118,9,39). Sum of RGB (Red+Green+Blue) = 118+9+39=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #760927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760927 is #89F6D8. Grayscale: #2D2D2D. Windows color (decimal): -9041625 or 2558326. OLE color: 2558326.
HSL color Cylindrical-coordinate representation of color #760927: hue angle of 343.49º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760927 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 9 | 39 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.54 |
| HSL | 343.49º | 0.86% | 0.25% | - |
| HSV(B) | 343.49º | 0.92% | 0.46% | - |
| XYZ | 7.94 | 4.19 | 2.31 | - |
| YUV | 45.01 | 124.61 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 39 | 0 | 0.92 | 0.67 | 0.54 | 343.49 | 0.86 | 0.25 |
| Hex | 76 | 9 | 27 | 0 | 5C | 43 | 36 | 157 | 56 | 19 |
| Octal | 166 | 11 | 47 | 0 | 134 | 103 | 66 | 527 | 126 | 31 |
| Binary | 1110110 | 1001 | 100111 | 0 | 1011100 | 1000011 | 110110 | 101010111 | 1010110 | 11001 |
Color Harmonies of #760927
Complementary color
Monochromatic Colors of #760927
Black with #760927
Text Example
Text Example
White with #760927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760927; }
p { color: rgb(118,9,39); }
H1.HeaderClassName
{
color: #760927;
}
.AnyTagClassName
{
color: #760927;
}
</style>
background-color css
<style>
a { background-color: #760927; }
a { background-color: rgb(118,9,39); }
div.DivClassName
{
background-color: #760927;
}
.BgClassName
{
background-color: #760927;
}
</style>
border-color css
<style>
span { border-color: #760927; }
span { border-color: rgb(118,9,39); }
td.TdClassName
{
border-color: #760927;
}
.TagClassName
{
border-color: #760927;
}
</style>