Shades of Burgundy #7B0827
Tints of Burgundy #7B0827
RGB
CMYK
RGB Variations
Color information
#7B0827 (or 0x7B0827) is known color: Burgundy. HEX triplet: 7B, 08 and 27. RGB value is (123,8,39). Sum of RGB (Red+Green+Blue) = 123+8+39=170 (22% of max value = 765). Red value is 123 (48.44% from 255 or 72.35% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0827 is #84F7D8. Grayscale: #2D2D2D. Windows color (decimal): -8714201 or 2558075. OLE color: 2558075.
HSL color Cylindrical-coordinate representation of color #7B0827: hue angle of 343.83º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B0827 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 8 | 39 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.52 |
| HSL | 343.83º | 0.88% | 0.26% | - |
| HSV(B) | 343.83º | 0.93% | 0.48% | - |
| XYZ | 8.62 | 4.53 | 2.34 | - |
| YUV | 45.92 | 124.1 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 8 | 39 | 0 | 0.93 | 0.68 | 0.52 | 343.83 | 0.88 | 0.26 |
| Hex | 7B | 8 | 27 | 0 | 5D | 44 | 34 | 158 | 58 | 1A |
| Octal | 173 | 10 | 47 | 0 | 135 | 104 | 64 | 530 | 130 | 32 |
| Binary | 1111011 | 1000 | 100111 | 0 | 1011101 | 1000100 | 110100 | 101011000 | 1011000 | 11010 |
Color Harmonies of #7B0827
Complementary color
Monochromatic Colors of #7B0827
Black with #7B0827
Text Example
Text Example
White with #7B0827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0827; }
p { color: rgb(123,8,39); }
H1.HeaderClassName
{
color: #7B0827;
}
.AnyTagClassName
{
color: #7B0827;
}
</style>
background-color css
<style>
a { background-color: #7B0827; }
a { background-color: rgb(123,8,39); }
div.DivClassName
{
background-color: #7B0827;
}
.BgClassName
{
background-color: #7B0827;
}
</style>
border-color css
<style>
span { border-color: #7B0827; }
span { border-color: rgb(123,8,39); }
td.TdClassName
{
border-color: #7B0827;
}
.TagClassName
{
border-color: #7B0827;
}
</style>