Shades of Burgundy #7F0337
Tints of Burgundy #7F0337
RGB
CMYK
RGB Variations
Color information
#7F0337 (or 0x7F0337) is known color: Burgundy. HEX triplet: 7F, 03 and 37. RGB value is (127,3,55). Sum of RGB (Red+Green+Blue) = 127+3+55=185 (24% of max value = 765). Red value is 127 (50% from 255 or 68.65% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0337 is #80FCC8. Grayscale: #2D2D2D. Windows color (decimal): -8453321 or 3605375. OLE color: 3605375.
HSL color Cylindrical-coordinate representation of color #7F0337: hue angle of 334.84º 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 #7F0337 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 3 | 55 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.50 |
| HSL | 334.84º | 0.95% | 0.25% | - |
| HSV(B) | 334.84º | 0.98% | 0.5% | - |
| XYZ | 9.47 | 4.85 | 4.05 | - |
| YUV | 46 | 133.08 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 55 | 0 | 0.98 | 0.57 | 0.50 | 334.84 | 0.95 | 0.25 |
| Hex | 7F | 3 | 37 | 0 | 62 | 39 | 32 | 14F | 5F | 19 |
| Octal | 177 | 3 | 67 | 0 | 142 | 71 | 62 | 517 | 137 | 31 |
| Binary | 1111111 | 11 | 110111 | 0 | 1100010 | 111001 | 110010 | 101001111 | 1011111 | 11001 |
Color Harmonies of #7F0337
Complementary color
Monochromatic Colors of #7F0337
Black with #7F0337
Text Example
Text Example
White with #7F0337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0337; }
p { color: rgb(127,3,55); }
H1.HeaderClassName
{
color: #7F0337;
}
.AnyTagClassName
{
color: #7F0337;
}
</style>
background-color css
<style>
a { background-color: #7F0337; }
a { background-color: rgb(127,3,55); }
div.DivClassName
{
background-color: #7F0337;
}
.BgClassName
{
background-color: #7F0337;
}
</style>
border-color css
<style>
span { border-color: #7F0337; }
span { border-color: rgb(127,3,55); }
td.TdClassName
{
border-color: #7F0337;
}
.TagClassName
{
border-color: #7F0337;
}
</style>