Shades of Burgundy #7B0312
Tints of Burgundy #7B0312
RGB
CMYK
RGB Variations
Color information
#7B0312 (or 0x7B0312) is known color: Burgundy. HEX triplet: 7B, 03 and 12. RGB value is (123,3,18). Sum of RGB (Red+Green+Blue) = 123+3+18=144 (19% of max value = 765). Red value is 123 (48.44% from 255 or 85.42% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0312 is #84FCED. Grayscale: #282828. Windows color (decimal): -8715502 or 1180539. OLE color: 1180539.
HSL color Cylindrical-coordinate representation of color #7B0312: hue angle of 352.5º 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 #7B0312 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 3 | 18 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.52 |
| HSL | 352.5º | 0.95% | 0.25% | - |
| HSV(B) | 352.5º | 0.98% | 0.48% | - |
| XYZ | 8.31 | 4.32 | 0.97 | - |
| YUV | 40.59 | 115.26 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 3 | 18 | 0 | 0.98 | 0.85 | 0.52 | 352.5 | 0.95 | 0.25 |
| Hex | 7B | 3 | 12 | 0 | 62 | 55 | 34 | 160 | 5F | 19 |
| Octal | 173 | 3 | 22 | 0 | 142 | 125 | 64 | 540 | 137 | 31 |
| Binary | 1111011 | 11 | 10010 | 0 | 1100010 | 1010101 | 110100 | 101100000 | 1011111 | 11001 |
Color Harmonies of #7B0312
Complementary color
Monochromatic Colors of #7B0312
Black with #7B0312
Text Example
Text Example
White with #7B0312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0312; }
p { color: rgb(123,3,18); }
H1.HeaderClassName
{
color: #7B0312;
}
.AnyTagClassName
{
color: #7B0312;
}
</style>
background-color css
<style>
a { background-color: #7B0312; }
a { background-color: rgb(123,3,18); }
div.DivClassName
{
background-color: #7B0312;
}
.BgClassName
{
background-color: #7B0312;
}
</style>
border-color css
<style>
span { border-color: #7B0312; }
span { border-color: rgb(123,3,18); }
td.TdClassName
{
border-color: #7B0312;
}
.TagClassName
{
border-color: #7B0312;
}
</style>