Shades of Burgundy #7F0316
Tints of Burgundy #7F0316
RGB
CMYK
RGB Variations
Color information
#7F0316 (or 0x7F0316) is known color: Burgundy. HEX triplet: 7F, 03 and 16. RGB value is (127,3,22). Sum of RGB (Red+Green+Blue) = 127+3+22=152 (20% of max value = 765). Red value is 127 (50% from 255 or 83.55% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0316 is #80FCE9. Grayscale: #2A2A2A. Windows color (decimal): -8453354 or 1442687. OLE color: 1442687.
HSL color Cylindrical-coordinate representation of color #7F0316: hue angle of 350.81º 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 #7F0316 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 3 | 22 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.50 |
| HSL | 350.81º | 0.95% | 0.25% | - |
| HSV(B) | 350.81º | 0.98% | 0.5% | - |
| XYZ | 8.93 | 4.64 | 1.18 | - |
| YUV | 42.24 | 116.58 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 22 | 0 | 0.98 | 0.83 | 0.50 | 350.81 | 0.95 | 0.25 |
| Hex | 7F | 3 | 16 | 0 | 62 | 53 | 32 | 15F | 5F | 19 |
| Octal | 177 | 3 | 26 | 0 | 142 | 123 | 62 | 537 | 137 | 31 |
| Binary | 1111111 | 11 | 10110 | 0 | 1100010 | 1010011 | 110010 | 101011111 | 1011111 | 11001 |
Color Harmonies of #7F0316
Complementary color
Monochromatic Colors of #7F0316
Black with #7F0316
Text Example
Text Example
White with #7F0316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0316; }
p { color: rgb(127,3,22); }
H1.HeaderClassName
{
color: #7F0316;
}
.AnyTagClassName
{
color: #7F0316;
}
</style>
background-color css
<style>
a { background-color: #7F0316; }
a { background-color: rgb(127,3,22); }
div.DivClassName
{
background-color: #7F0316;
}
.BgClassName
{
background-color: #7F0316;
}
</style>
border-color css
<style>
span { border-color: #7F0316; }
span { border-color: rgb(127,3,22); }
td.TdClassName
{
border-color: #7F0316;
}
.TagClassName
{
border-color: #7F0316;
}
</style>