Shades of Burgundy #7B062A
Tints of Burgundy #7B062A
RGB
CMYK
RGB Variations
Color information
#7B062A (or 0x7B062A) is known color: Burgundy. HEX triplet: 7B, 06 and 2A. RGB value is (123,6,42). Sum of RGB (Red+Green+Blue) = 123+6+42=171 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.93% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 123 - color contains mainly: red. Hex color #7B062A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B062A is #84F9D5. Grayscale: #2D2D2D. Windows color (decimal): -8714710 or 2754171. OLE color: 2754171.
HSL color Cylindrical-coordinate representation of color #7B062A: hue angle of 341.54º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B062A is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 6 | 42 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.52 |
| HSL | 341.54º | 0.91% | 0.25% | - |
| HSV(B) | 341.54º | 0.95% | 0.48% | - |
| XYZ | 8.65 | 4.51 | 2.6 | - |
| YUV | 45.09 | 126.26 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 6 | 42 | 0 | 0.95 | 0.66 | 0.52 | 341.54 | 0.91 | 0.25 |
| Hex | 7B | 6 | 2A | 0 | 5F | 42 | 34 | 156 | 5B | 19 |
| Octal | 173 | 6 | 52 | 0 | 137 | 102 | 64 | 526 | 133 | 31 |
| Binary | 1111011 | 110 | 101010 | 0 | 1011111 | 1000010 | 110100 | 101010110 | 1011011 | 11001 |
Color Harmonies of #7B062A
Complementary color
Monochromatic Colors of #7B062A
Black with #7B062A
Text Example
Text Example
White with #7B062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B062A; }
p { color: rgb(123,6,42); }
H1.HeaderClassName
{
color: #7B062A;
}
.AnyTagClassName
{
color: #7B062A;
}
</style>
background-color css
<style>
a { background-color: #7B062A; }
a { background-color: rgb(123,6,42); }
div.DivClassName
{
background-color: #7B062A;
}
.BgClassName
{
background-color: #7B062A;
}
</style>
border-color css
<style>
span { border-color: #7B062A; }
span { border-color: rgb(123,6,42); }
td.TdClassName
{
border-color: #7B062A;
}
.TagClassName
{
border-color: #7B062A;
}
</style>