Shades of Burgundy #760B2A
Tints of Burgundy #760B2A
RGB
CMYK
RGB Variations
Color information
#760B2A (or 0x760B2A) is known color: Burgundy. HEX triplet: 76, 0B and 2A. RGB value is (118,11,42). Sum of RGB (Red+Green+Blue) = 118+11+42=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #760B2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760B2A is #89F4D5. Grayscale: #2E2E2E. Windows color (decimal): -9041110 or 2755446. OLE color: 2755446.
HSL color Cylindrical-coordinate representation of color #760B2A: hue angle of 342.62º 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 #760B2A is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 42 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.54 |
| HSL | 342.62º | 0.83% | 0.25% | - |
| HSV(B) | 342.62º | 0.91% | 0.46% | - |
| XYZ | 8.01 | 4.26 | 2.59 | - |
| YUV | 46.53 | 125.45 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 42 | 0 | 0.91 | 0.64 | 0.54 | 342.62 | 0.83 | 0.25 |
| Hex | 76 | B | 2A | 0 | 5B | 40 | 36 | 157 | 53 | 19 |
| Octal | 166 | 13 | 52 | 0 | 133 | 100 | 66 | 527 | 123 | 31 |
| Binary | 1110110 | 1011 | 101010 | 0 | 1011011 | 1000000 | 110110 | 101010111 | 1010011 | 11001 |
Color Harmonies of #760B2A
Complementary color
Monochromatic Colors of #760B2A
Black with #760B2A
Text Example
Text Example
White with #760B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B2A; }
p { color: rgb(118,11,42); }
H1.HeaderClassName
{
color: #760B2A;
}
.AnyTagClassName
{
color: #760B2A;
}
</style>
background-color css
<style>
a { background-color: #760B2A; }
a { background-color: rgb(118,11,42); }
div.DivClassName
{
background-color: #760B2A;
}
.BgClassName
{
background-color: #760B2A;
}
</style>
border-color css
<style>
span { border-color: #760B2A; }
span { border-color: rgb(118,11,42); }
td.TdClassName
{
border-color: #760B2A;
}
.TagClassName
{
border-color: #760B2A;
}
</style>