Shades of Burgundy #7B0F2B
Tints of Burgundy #7B0F2B
RGB
CMYK
RGB Variations
Color information
#7B0F2B (or 0x7B0F2B) is known color: Burgundy. HEX triplet: 7B, 0F and 2B. RGB value is (123,15,43). Sum of RGB (Red+Green+Blue) = 123+15+43=181 (23% of max value = 765). Red value is 123 (48.44% from 255 or 67.96% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0F2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0F2B is #84F0D4. Grayscale: #323232. Windows color (decimal): -8712405 or 2822011. OLE color: 2822011.
HSL color Cylindrical-coordinate representation of color #7B0F2B: hue angle of 344.44º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B0F2B is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 15 | 43 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.52 |
| HSL | 344.44º | 0.78% | 0.27% | - |
| HSV(B) | 344.44º | 0.88% | 0.48% | - |
| XYZ | 8.78 | 4.73 | 2.74 | - |
| YUV | 50.48 | 123.78 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 15 | 43 | 0 | 0.88 | 0.65 | 0.52 | 344.44 | 0.78 | 0.27 |
| Hex | 7B | F | 2B | 0 | 58 | 41 | 34 | 158 | 4E | 1B |
| Octal | 173 | 17 | 53 | 0 | 130 | 101 | 64 | 530 | 116 | 33 |
| Binary | 1111011 | 1111 | 101011 | 0 | 1011000 | 1000001 | 110100 | 101011000 | 1001110 | 11011 |
Color Harmonies of #7B0F2B
Complementary color
Monochromatic Colors of #7B0F2B
Black with #7B0F2B
Text Example
Text Example
White with #7B0F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0F2B; }
p { color: rgb(123,15,43); }
H1.HeaderClassName
{
color: #7B0F2B;
}
.AnyTagClassName
{
color: #7B0F2B;
}
</style>
background-color css
<style>
a { background-color: #7B0F2B; }
a { background-color: rgb(123,15,43); }
div.DivClassName
{
background-color: #7B0F2B;
}
.BgClassName
{
background-color: #7B0F2B;
}
</style>
border-color css
<style>
span { border-color: #7B0F2B; }
span { border-color: rgb(123,15,43); }
td.TdClassName
{
border-color: #7B0F2B;
}
.TagClassName
{
border-color: #7B0F2B;
}
</style>