Shades of Burgundy #7B0F1C
Tints of Burgundy #7B0F1C
RGB
CMYK
RGB Variations
Color information
#7B0F1C (or 0x7B0F1C) is known color: Burgundy. HEX triplet: 7B, 0F and 1C. RGB value is (123,15,28). Sum of RGB (Red+Green+Blue) = 123+15+28=166 (21% of max value = 765). Red value is 123 (48.44% from 255 or 74.10% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0F1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0F1C is #84F0E3. Grayscale: #303030. Windows color (decimal): -8712420 or 1838971. OLE color: 1838971.
HSL color Cylindrical-coordinate representation of color #7B0F1C: hue angle of 352.78º 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 #7B0F1C is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 15 | 28 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.52 |
| HSL | 352.78º | 0.78% | 0.27% | - |
| HSV(B) | 352.78º | 0.88% | 0.48% | - |
| XYZ | 8.55 | 4.64 | 1.54 | - |
| YUV | 48.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 15 | 28 | 0 | 0.88 | 0.77 | 0.52 | 352.78 | 0.78 | 0.27 |
| Hex | 7B | F | 1C | 0 | 58 | 4D | 34 | 161 | 4E | 1B |
| Octal | 173 | 17 | 34 | 0 | 130 | 115 | 64 | 541 | 116 | 33 |
| Binary | 1111011 | 1111 | 11100 | 0 | 1011000 | 1001101 | 110100 | 101100001 | 1001110 | 11011 |
Color Harmonies of #7B0F1C
Complementary color
Monochromatic Colors of #7B0F1C
Black with #7B0F1C
Text Example
Text Example
White with #7B0F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0F1C; }
p { color: rgb(123,15,28); }
H1.HeaderClassName
{
color: #7B0F1C;
}
.AnyTagClassName
{
color: #7B0F1C;
}
</style>
background-color css
<style>
a { background-color: #7B0F1C; }
a { background-color: rgb(123,15,28); }
div.DivClassName
{
background-color: #7B0F1C;
}
.BgClassName
{
background-color: #7B0F1C;
}
</style>
border-color css
<style>
span { border-color: #7B0F1C; }
span { border-color: rgb(123,15,28); }
td.TdClassName
{
border-color: #7B0F1C;
}
.TagClassName
{
border-color: #7B0F1C;
}
</style>