Shades of Burgundy #760B0F
Tints of Burgundy #760B0F
RGB
CMYK
RGB Variations
Color information
#760B0F (or 0x760B0F) is known color: Burgundy. HEX triplet: 76, 0B and 0F. RGB value is (118,11,15). Sum of RGB (Red+Green+Blue) = 118+11+15=144 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.94% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 118 - color contains mainly: red. Hex color #760B0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760B0F is #89F4F0. Grayscale: #2B2B2B. Windows color (decimal): -9041137 or 985974. OLE color: 985974.
HSL color Cylindrical-coordinate representation of color #760B0F: hue angle of 357.76º 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 #760B0F is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 15 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.54 |
| HSL | 357.76º | 0.83% | 0.25% | - |
| HSV(B) | 357.76º | 0.91% | 0.46% | - |
| XYZ | 7.68 | 4.13 | 0.84 | - |
| YUV | 43.45 | 111.95 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 15 | 0 | 0.91 | 0.87 | 0.54 | 357.76 | 0.83 | 0.25 |
| Hex | 76 | B | F | 0 | 5B | 57 | 36 | 166 | 53 | 19 |
| Octal | 166 | 13 | 17 | 0 | 133 | 127 | 66 | 546 | 123 | 31 |
| Binary | 1110110 | 1011 | 1111 | 0 | 1011011 | 1010111 | 110110 | 101100110 | 1010011 | 11001 |
Color Harmonies of #760B0F
Complementary color
Monochromatic Colors of #760B0F
Black with #760B0F
Text Example
Text Example
White with #760B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B0F; }
p { color: rgb(118,11,15); }
H1.HeaderClassName
{
color: #760B0F;
}
.AnyTagClassName
{
color: #760B0F;
}
</style>
background-color css
<style>
a { background-color: #760B0F; }
a { background-color: rgb(118,11,15); }
div.DivClassName
{
background-color: #760B0F;
}
.BgClassName
{
background-color: #760B0F;
}
</style>
border-color css
<style>
span { border-color: #760B0F; }
span { border-color: rgb(118,11,15); }
td.TdClassName
{
border-color: #760B0F;
}
.TagClassName
{
border-color: #760B0F;
}
</style>