Shades of Burgundy #7B0A1F
Tints of Burgundy #7B0A1F
RGB
CMYK
RGB Variations
Color information
#7B0A1F (or 0x7B0A1F) is known color: Burgundy. HEX triplet: 7B, 0A and 1F. RGB value is (123,10,31). Sum of RGB (Red+Green+Blue) = 123+10+31=164 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0A1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0A1F is #84F5E0. Grayscale: #2E2E2E. Windows color (decimal): -8713697 or 2034299. OLE color: 2034299.
HSL color Cylindrical-coordinate representation of color #7B0A1F: hue angle of 348.85º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B0A1F is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 10 | 31 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.52 |
| HSL | 348.85º | 0.85% | 0.26% | - |
| HSV(B) | 348.85º | 0.92% | 0.48% | - |
| XYZ | 8.52 | 4.53 | 1.72 | - |
| YUV | 46.18 | 119.44 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 10 | 31 | 0 | 0.92 | 0.75 | 0.52 | 348.85 | 0.85 | 0.26 |
| Hex | 7B | A | 1F | 0 | 5C | 4B | 34 | 15D | 55 | 1A |
| Octal | 173 | 12 | 37 | 0 | 134 | 113 | 64 | 535 | 125 | 32 |
| Binary | 1111011 | 1010 | 11111 | 0 | 1011100 | 1001011 | 110100 | 101011101 | 1010101 | 11010 |
Color Harmonies of #7B0A1F
Complementary color
Monochromatic Colors of #7B0A1F
Black with #7B0A1F
Text Example
Text Example
White with #7B0A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0A1F; }
p { color: rgb(123,10,31); }
H1.HeaderClassName
{
color: #7B0A1F;
}
.AnyTagClassName
{
color: #7B0A1F;
}
</style>
background-color css
<style>
a { background-color: #7B0A1F; }
a { background-color: rgb(123,10,31); }
div.DivClassName
{
background-color: #7B0A1F;
}
.BgClassName
{
background-color: #7B0A1F;
}
</style>
border-color css
<style>
span { border-color: #7B0A1F; }
span { border-color: rgb(123,10,31); }
td.TdClassName
{
border-color: #7B0A1F;
}
.TagClassName
{
border-color: #7B0A1F;
}
</style>