Shades of Burgundy #7F0336
Tints of Burgundy #7F0336
RGB
CMYK
RGB Variations
Color information
#7F0336 (or 0x7F0336) is known color: Burgundy. HEX triplet: 7F, 03 and 36. RGB value is (127,3,54). Sum of RGB (Red+Green+Blue) = 127+3+54=184 (24% of max value = 765). Red value is 127 (50% from 255 or 69.02% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0336 is #80FCC9. Grayscale: #2D2D2D. Windows color (decimal): -8453322 or 3539839. OLE color: 3539839.
HSL color Cylindrical-coordinate representation of color #7F0336: hue angle of 335.32º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F0336 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 3 | 54 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.50 |
| HSL | 335.32º | 0.95% | 0.25% | - |
| HSV(B) | 335.32º | 0.98% | 0.5% | - |
| XYZ | 9.45 | 4.84 | 3.93 | - |
| YUV | 45.89 | 132.58 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 54 | 0 | 0.98 | 0.57 | 0.50 | 335.32 | 0.95 | 0.25 |
| Hex | 7F | 3 | 36 | 0 | 62 | 39 | 32 | 14F | 5F | 19 |
| Octal | 177 | 3 | 66 | 0 | 142 | 71 | 62 | 517 | 137 | 31 |
| Binary | 1111111 | 11 | 110110 | 0 | 1100010 | 111001 | 110010 | 101001111 | 1011111 | 11001 |
Color Harmonies of #7F0336
Complementary color
Monochromatic Colors of #7F0336
Black with #7F0336
Text Example
Text Example
White with #7F0336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0336; }
p { color: rgb(127,3,54); }
H1.HeaderClassName
{
color: #7F0336;
}
.AnyTagClassName
{
color: #7F0336;
}
</style>
background-color css
<style>
a { background-color: #7F0336; }
a { background-color: rgb(127,3,54); }
div.DivClassName
{
background-color: #7F0336;
}
.BgClassName
{
background-color: #7F0336;
}
</style>
border-color css
<style>
span { border-color: #7F0336; }
span { border-color: rgb(127,3,54); }
td.TdClassName
{
border-color: #7F0336;
}
.TagClassName
{
border-color: #7F0336;
}
</style>