Shades of Burgundy #7F022B
Tints of Burgundy #7F022B
RGB
CMYK
RGB Variations
Color information
#7F022B (or 0x7F022B) is known color: Burgundy. HEX triplet: 7F, 02 and 2B. RGB value is (127,2,43). Sum of RGB (Red+Green+Blue) = 127+2+43=172 (22% of max value = 765). Red value is 127 (50% from 255 or 73.84% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 127 - color contains mainly: red. Hex color #7F022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F022B is #80FDD4. Grayscale: #2C2C2C. Windows color (decimal): -8453589 or 2818687. OLE color: 2818687.
HSL color Cylindrical-coordinate representation of color #7F022B: hue angle of 340.32º degrees, saturation: 0.97, 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 #7F022B is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 2 | 43 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.50 |
| HSL | 340.32º | 0.97% | 0.25% | - |
| HSV(B) | 340.32º | 0.98% | 0.5% | - |
| XYZ | 9.21 | 4.73 | 2.71 | - |
| YUV | 44.05 | 127.41 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 2 | 43 | 0 | 0.98 | 0.66 | 0.50 | 340.32 | 0.97 | 0.25 |
| Hex | 7F | 2 | 2B | 0 | 62 | 42 | 32 | 154 | 61 | 19 |
| Octal | 177 | 2 | 53 | 0 | 142 | 102 | 62 | 524 | 141 | 31 |
| Binary | 1111111 | 10 | 101011 | 0 | 1100010 | 1000010 | 110010 | 101010100 | 1100001 | 11001 |
Color Harmonies of #7F022B
Complementary color
Monochromatic Colors of #7F022B
Black with #7F022B
Text Example
Text Example
White with #7F022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F022B; }
p { color: rgb(127,2,43); }
H1.HeaderClassName
{
color: #7F022B;
}
.AnyTagClassName
{
color: #7F022B;
}
</style>
background-color css
<style>
a { background-color: #7F022B; }
a { background-color: rgb(127,2,43); }
div.DivClassName
{
background-color: #7F022B;
}
.BgClassName
{
background-color: #7F022B;
}
</style>
border-color css
<style>
span { border-color: #7F022B; }
span { border-color: rgb(127,2,43); }
td.TdClassName
{
border-color: #7F022B;
}
.TagClassName
{
border-color: #7F022B;
}
</style>