Shades of Burgundy #7F0320
Tints of Burgundy #7F0320
RGB
CMYK
RGB Variations
Color information
#7F0320 (or 0x7F0320) is known color: Burgundy. HEX triplet: 7F, 03 and 20. RGB value is (127,3,32). Sum of RGB (Red+Green+Blue) = 127+3+32=162 (21% of max value = 765). Red value is 127 (50% from 255 or 78.40% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0320 is #80FCDF. Grayscale: #2B2B2B. Windows color (decimal): -8453344 or 2098047. OLE color: 2098047.
HSL color Cylindrical-coordinate representation of color #7F0320: hue angle of 345.97º 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 #7F0320 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 3 | 32 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.50 |
| HSL | 345.97º | 0.95% | 0.25% | - |
| HSV(B) | 345.97º | 0.98% | 0.5% | - |
| XYZ | 9.05 | 4.68 | 1.79 | - |
| YUV | 43.38 | 121.58 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 32 | 0 | 0.98 | 0.75 | 0.50 | 345.97 | 0.95 | 0.25 |
| Hex | 7F | 3 | 20 | 0 | 62 | 4B | 32 | 15A | 5F | 19 |
| Octal | 177 | 3 | 40 | 0 | 142 | 113 | 62 | 532 | 137 | 31 |
| Binary | 1111111 | 11 | 100000 | 0 | 1100010 | 1001011 | 110010 | 101011010 | 1011111 | 11001 |
Color Harmonies of #7F0320
Complementary color
Monochromatic Colors of #7F0320
Black with #7F0320
Text Example
Text Example
White with #7F0320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0320; }
p { color: rgb(127,3,32); }
H1.HeaderClassName
{
color: #7F0320;
}
.AnyTagClassName
{
color: #7F0320;
}
</style>
background-color css
<style>
a { background-color: #7F0320; }
a { background-color: rgb(127,3,32); }
div.DivClassName
{
background-color: #7F0320;
}
.BgClassName
{
background-color: #7F0320;
}
</style>
border-color css
<style>
span { border-color: #7F0320; }
span { border-color: rgb(127,3,32); }
td.TdClassName
{
border-color: #7F0320;
}
.TagClassName
{
border-color: #7F0320;
}
</style>