Shades of Burgundy #7F061F
Tints of Burgundy #7F061F
RGB
CMYK
RGB Variations
Color information
#7F061F (or 0x7F061F) is known color: Burgundy. HEX triplet: 7F, 06 and 1F. RGB value is (127,6,31). Sum of RGB (Red+Green+Blue) = 127+6+31=164 (21% of max value = 765). Red value is 127 (50% from 255 or 77.44% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 127 - color contains mainly: red. Hex color #7F061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F061F is #80F9E0. Grayscale: #2D2D2D. Windows color (decimal): -8452577 or 2033279. OLE color: 2033279.
HSL color Cylindrical-coordinate representation of color #7F061F: hue angle of 347.6º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F061F is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 6 | 31 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.50 |
| HSL | 347.6º | 0.91% | 0.26% | - |
| HSV(B) | 347.6º | 0.95% | 0.5% | - |
| XYZ | 9.06 | 4.74 | 1.73 | - |
| YUV | 45.03 | 120.09 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 6 | 31 | 0 | 0.95 | 0.76 | 0.50 | 347.6 | 0.91 | 0.26 |
| Hex | 7F | 6 | 1F | 0 | 5F | 4C | 32 | 15C | 5B | 1A |
| Octal | 177 | 6 | 37 | 0 | 137 | 114 | 62 | 534 | 133 | 32 |
| Binary | 1111111 | 110 | 11111 | 0 | 1011111 | 1001100 | 110010 | 101011100 | 1011011 | 11010 |
Color Harmonies of #7F061F
Complementary color
Monochromatic Colors of #7F061F
Black with #7F061F
Text Example
Text Example
White with #7F061F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F061F; }
p { color: rgb(127,6,31); }
H1.HeaderClassName
{
color: #7F061F;
}
.AnyTagClassName
{
color: #7F061F;
}
</style>
background-color css
<style>
a { background-color: #7F061F; }
a { background-color: rgb(127,6,31); }
div.DivClassName
{
background-color: #7F061F;
}
.BgClassName
{
background-color: #7F061F;
}
</style>
border-color css
<style>
span { border-color: #7F061F; }
span { border-color: rgb(127,6,31); }
td.TdClassName
{
border-color: #7F061F;
}
.TagClassName
{
border-color: #7F061F;
}
</style>