Shades of Burgundy #7B0F1B
Tints of Burgundy #7B0F1B
RGB
CMYK
RGB Variations
Color information
#7B0F1B (or 0x7B0F1B) is known color: Burgundy. HEX triplet: 7B, 0F and 1B. RGB value is (123,15,27). Sum of RGB (Red+Green+Blue) = 123+15+27=165 (21% of max value = 765). Red value is 123 (48.44% from 255 or 74.55% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0F1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0F1B is #84F0E4. Grayscale: #303030. Windows color (decimal): -8712421 or 1773435. OLE color: 1773435.
HSL color Cylindrical-coordinate representation of color #7B0F1B: hue angle of 353.33º 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 #7B0F1B is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 15 | 27 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.52 |
| HSL | 353.33º | 0.78% | 0.27% | - |
| HSV(B) | 353.33º | 0.88% | 0.48% | - |
| XYZ | 8.54 | 4.63 | 1.48 | - |
| YUV | 48.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 15 | 27 | 0 | 0.88 | 0.78 | 0.52 | 353.33 | 0.78 | 0.27 |
| Hex | 7B | F | 1B | 0 | 58 | 4E | 34 | 161 | 4E | 1B |
| Octal | 173 | 17 | 33 | 0 | 130 | 116 | 64 | 541 | 116 | 33 |
| Binary | 1111011 | 1111 | 11011 | 0 | 1011000 | 1001110 | 110100 | 101100001 | 1001110 | 11011 |
Color Harmonies of #7B0F1B
Complementary color
Monochromatic Colors of #7B0F1B
Black with #7B0F1B
Text Example
Text Example
White with #7B0F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0F1B; }
p { color: rgb(123,15,27); }
H1.HeaderClassName
{
color: #7B0F1B;
}
.AnyTagClassName
{
color: #7B0F1B;
}
</style>
background-color css
<style>
a { background-color: #7B0F1B; }
a { background-color: rgb(123,15,27); }
div.DivClassName
{
background-color: #7B0F1B;
}
.BgClassName
{
background-color: #7B0F1B;
}
</style>
border-color css
<style>
span { border-color: #7B0F1B; }
span { border-color: rgb(123,15,27); }
td.TdClassName
{
border-color: #7B0F1B;
}
.TagClassName
{
border-color: #7B0F1B;
}
</style>