Shades of Burgundy #760B29
Tints of Burgundy #760B29
RGB
CMYK
RGB Variations
Color information
#760B29 (or 0x760B29) is known color: Burgundy. HEX triplet: 76, 0B and 29. RGB value is (118,11,41). Sum of RGB (Red+Green+Blue) = 118+11+41=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #760B29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760B29 is #89F4D6. Grayscale: #2E2E2E. Windows color (decimal): -9041111 or 2689910. OLE color: 2689910.
HSL color Cylindrical-coordinate representation of color #760B29: hue angle of 343.18º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760B29 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 41 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.54 |
| HSL | 343.18º | 0.83% | 0.25% | - |
| HSV(B) | 343.18º | 0.91% | 0.46% | - |
| XYZ | 7.99 | 4.25 | 2.5 | - |
| YUV | 46.41 | 124.95 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 41 | 0 | 0.91 | 0.65 | 0.54 | 343.18 | 0.83 | 0.25 |
| Hex | 76 | B | 29 | 0 | 5B | 41 | 36 | 157 | 53 | 19 |
| Octal | 166 | 13 | 51 | 0 | 133 | 101 | 66 | 527 | 123 | 31 |
| Binary | 1110110 | 1011 | 101001 | 0 | 1011011 | 1000001 | 110110 | 101010111 | 1010011 | 11001 |
Color Harmonies of #760B29
Complementary color
Monochromatic Colors of #760B29
Black with #760B29
Text Example
Text Example
White with #760B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B29; }
p { color: rgb(118,11,41); }
H1.HeaderClassName
{
color: #760B29;
}
.AnyTagClassName
{
color: #760B29;
}
</style>
background-color css
<style>
a { background-color: #760B29; }
a { background-color: rgb(118,11,41); }
div.DivClassName
{
background-color: #760B29;
}
.BgClassName
{
background-color: #760B29;
}
</style>
border-color css
<style>
span { border-color: #760B29; }
span { border-color: rgb(118,11,41); }
td.TdClassName
{
border-color: #760B29;
}
.TagClassName
{
border-color: #760B29;
}
</style>