Shades of Burgundy #7B0127
Tints of Burgundy #7B0127
RGB
CMYK
RGB Variations
Color information
#7B0127 (or 0x7B0127) is known color: Burgundy. HEX triplet: 7B, 01 and 27. RGB value is (123,1,39). Sum of RGB (Red+Green+Blue) = 123+1+39=163 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75.46% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0127 is #84FED8. Grayscale: #292929. Windows color (decimal): -8715993 or 2556283. OLE color: 2556283.
HSL color Cylindrical-coordinate representation of color #7B0127: hue angle of 341.31º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B0127 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.52 |
| HSL | 341.31º | 0.98% | 0.24% | - |
| HSV(B) | 341.31º | 0.99% | 0.48% | - |
| XYZ | 8.55 | 4.38 | 2.31 | - |
| YUV | 41.81 | 126.42 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 1 | 39 | 0 | 0.99 | 0.68 | 0.52 | 341.31 | 0.98 | 0.24 |
| Hex | 7B | 1 | 27 | 0 | 63 | 44 | 34 | 155 | 62 | 18 |
| Octal | 173 | 1 | 47 | 0 | 143 | 104 | 64 | 525 | 142 | 30 |
| Binary | 1111011 | 1 | 100111 | 0 | 1100011 | 1000100 | 110100 | 101010101 | 1100010 | 11000 |
Color Harmonies of #7B0127
Complementary color
Monochromatic Colors of #7B0127
Black with #7B0127
Text Example
Text Example
White with #7B0127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0127; }
p { color: rgb(123,1,39); }
H1.HeaderClassName
{
color: #7B0127;
}
.AnyTagClassName
{
color: #7B0127;
}
</style>
background-color css
<style>
a { background-color: #7B0127; }
a { background-color: rgb(123,1,39); }
div.DivClassName
{
background-color: #7B0127;
}
.BgClassName
{
background-color: #7B0127;
}
</style>
border-color css
<style>
span { border-color: #7B0127; }
span { border-color: rgb(123,1,39); }
td.TdClassName
{
border-color: #7B0127;
}
.TagClassName
{
border-color: #7B0127;
}
</style>