Shades of Burgundy #7B0018
Tints of Burgundy #7B0018
RGB
CMYK
RGB Variations
Color information
#7B0018 (or 0x7B0018) is known color: Burgundy. HEX triplet: 7B, 00 and 18. RGB value is (123,0,24). Sum of RGB (Red+Green+Blue) = 123+0+24=147 (19% of max value = 765). Red value is 123 (48.44% from 255 or 83.67% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0018 is #84FFE7. Grayscale: #272727. Windows color (decimal): -8716264 or 1572987. OLE color: 1572987.
HSL color Cylindrical-coordinate representation of color #7B0018: hue angle of 348.29º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B0018 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.80 | 0.52 |
| HSL | 348.29º | 1% | 0.24% | - |
| HSV(B) | 348.29º | 1% | 0.48% | - |
| XYZ | 8.33 | 4.28 | 1.25 | - |
| YUV | 39.51 | 119.25 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 0 | 24 | 0 | 1 | 0.80 | 0.52 | 348.29 | 1 | 0.24 |
| Hex | 7B | 0 | 18 | 0 | 64 | 50 | 34 | 15C | 64 | 18 |
| Octal | 173 | 0 | 30 | 0 | 144 | 120 | 64 | 534 | 144 | 30 |
| Binary | 1111011 | 0 | 11000 | 0 | 1100100 | 1010000 | 110100 | 101011100 | 1100100 | 11000 |
Color Harmonies of #7B0018
Complementary color
Monochromatic Colors of #7B0018
Black with #7B0018
Text Example
Text Example
White with #7B0018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0018; }
p { color: rgb(123,0,24); }
H1.HeaderClassName
{
color: #7B0018;
}
.AnyTagClassName
{
color: #7B0018;
}
</style>
background-color css
<style>
a { background-color: #7B0018; }
a { background-color: rgb(123,0,24); }
div.DivClassName
{
background-color: #7B0018;
}
.BgClassName
{
background-color: #7B0018;
}
</style>
border-color css
<style>
span { border-color: #7B0018; }
span { border-color: rgb(123,0,24); }
td.TdClassName
{
border-color: #7B0018;
}
.TagClassName
{
border-color: #7B0018;
}
</style>