Shades of Burgundy #7F0F2E
Tints of Burgundy #7F0F2E
RGB
CMYK
RGB Variations
Color information
#7F0F2E (or 0x7F0F2E) is known color: Burgundy. HEX triplet: 7F, 0F and 2E. RGB value is (127,15,46). Sum of RGB (Red+Green+Blue) = 127+15+46=188 (24% of max value = 765). Red value is 127 (50% from 255 or 67.55% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0F2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0F2E is #80F0D1. Grayscale: #343434. Windows color (decimal): -8450258 or 3018623. OLE color: 3018623.
HSL color Cylindrical-coordinate representation of color #7F0F2E: hue angle of 343.39º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F0F2E is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 15 | 46 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.50 |
| HSL | 343.39º | 0.79% | 0.28% | - |
| HSV(B) | 343.39º | 0.88% | 0.5% | - |
| XYZ | 9.42 | 5.05 | 3.06 | - |
| YUV | 52.02 | 124.61 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 15 | 46 | 0 | 0.88 | 0.64 | 0.50 | 343.39 | 0.79 | 0.28 |
| Hex | 7F | F | 2E | 0 | 58 | 40 | 32 | 157 | 4F | 1C |
| Octal | 177 | 17 | 56 | 0 | 130 | 100 | 62 | 527 | 117 | 34 |
| Binary | 1111111 | 1111 | 101110 | 0 | 1011000 | 1000000 | 110010 | 101010111 | 1001111 | 11100 |
Color Harmonies of #7F0F2E
Complementary color
Monochromatic Colors of #7F0F2E
Black with #7F0F2E
Text Example
Text Example
White with #7F0F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0F2E; }
p { color: rgb(127,15,46); }
H1.HeaderClassName
{
color: #7F0F2E;
}
.AnyTagClassName
{
color: #7F0F2E;
}
</style>
background-color css
<style>
a { background-color: #7F0F2E; }
a { background-color: rgb(127,15,46); }
div.DivClassName
{
background-color: #7F0F2E;
}
.BgClassName
{
background-color: #7F0F2E;
}
</style>
border-color css
<style>
span { border-color: #7F0F2E; }
span { border-color: rgb(127,15,46); }
td.TdClassName
{
border-color: #7F0F2E;
}
.TagClassName
{
border-color: #7F0F2E;
}
</style>