Shades of Burgundy #7F051B
Tints of Burgundy #7F051B
RGB
CMYK
RGB Variations
Color information
#7F051B (or 0x7F051B) is known color: Burgundy. HEX triplet: 7F, 05 and 1B. RGB value is (127,5,27). Sum of RGB (Red+Green+Blue) = 127+5+27=159 (21% of max value = 765). Red value is 127 (50% from 255 or 79.87% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 127 - color contains mainly: red. Hex color #7F051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F051B is #80FAE4. Grayscale: #2C2C2C. Windows color (decimal): -8452837 or 1770879. OLE color: 1770879.
HSL color Cylindrical-coordinate representation of color #7F051B: hue angle of 349.18º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F051B is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 5 | 27 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.50 |
| HSL | 349.18º | 0.92% | 0.26% | - |
| HSV(B) | 349.18º | 0.96% | 0.5% | - |
| XYZ | 9 | 4.7 | 1.47 | - |
| YUV | 43.99 | 118.42 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 5 | 27 | 0 | 0.96 | 0.79 | 0.50 | 349.18 | 0.92 | 0.26 |
| Hex | 7F | 5 | 1B | 0 | 60 | 4F | 32 | 15D | 5C | 1A |
| Octal | 177 | 5 | 33 | 0 | 140 | 117 | 62 | 535 | 134 | 32 |
| Binary | 1111111 | 101 | 11011 | 0 | 1100000 | 1001111 | 110010 | 101011101 | 1011100 | 11010 |
Color Harmonies of #7F051B
Complementary color
Monochromatic Colors of #7F051B
Black with #7F051B
Text Example
Text Example
White with #7F051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F051B; }
p { color: rgb(127,5,27); }
H1.HeaderClassName
{
color: #7F051B;
}
.AnyTagClassName
{
color: #7F051B;
}
</style>
background-color css
<style>
a { background-color: #7F051B; }
a { background-color: rgb(127,5,27); }
div.DivClassName
{
background-color: #7F051B;
}
.BgClassName
{
background-color: #7F051B;
}
</style>
border-color css
<style>
span { border-color: #7F051B; }
span { border-color: rgb(127,5,27); }
td.TdClassName
{
border-color: #7F051B;
}
.TagClassName
{
border-color: #7F051B;
}
</style>