Shades of Burgundy #7B031F
Tints of Burgundy #7B031F
RGB
CMYK
RGB Variations
Color information
#7B031F (or 0x7B031F) is known color: Burgundy. HEX triplet: 7B, 03 and 1F. RGB value is (123,3,31). Sum of RGB (Red+Green+Blue) = 123+3+31=157 (20% of max value = 765). Red value is 123 (48.44% from 255 or 78.34% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 123 - color contains mainly: red. Hex color #7B031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B031F is #84FCE0. Grayscale: #2A2A2A. Windows color (decimal): -8715489 or 2032507. OLE color: 2032507.
HSL color Cylindrical-coordinate representation of color #7B031F: hue angle of 346º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B031F is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 3 | 31 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.52 |
| HSL | 346º | 0.95% | 0.25% | - |
| HSV(B) | 346º | 0.98% | 0.48% | - |
| XYZ | 8.45 | 4.38 | 1.7 | - |
| YUV | 42.07 | 121.76 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 3 | 31 | 0 | 0.98 | 0.75 | 0.52 | 346 | 0.95 | 0.25 |
| Hex | 7B | 3 | 1F | 0 | 62 | 4B | 34 | 15A | 5F | 19 |
| Octal | 173 | 3 | 37 | 0 | 142 | 113 | 64 | 532 | 137 | 31 |
| Binary | 1111011 | 11 | 11111 | 0 | 1100010 | 1001011 | 110100 | 101011010 | 1011111 | 11001 |
Color Harmonies of #7B031F
Complementary color
Monochromatic Colors of #7B031F
Black with #7B031F
Text Example
Text Example
White with #7B031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B031F; }
p { color: rgb(123,3,31); }
H1.HeaderClassName
{
color: #7B031F;
}
.AnyTagClassName
{
color: #7B031F;
}
</style>
background-color css
<style>
a { background-color: #7B031F; }
a { background-color: rgb(123,3,31); }
div.DivClassName
{
background-color: #7B031F;
}
.BgClassName
{
background-color: #7B031F;
}
</style>
border-color css
<style>
span { border-color: #7B031F; }
span { border-color: rgb(123,3,31); }
td.TdClassName
{
border-color: #7B031F;
}
.TagClassName
{
border-color: #7B031F;
}
</style>