Shades of Burgundy #7F032A
Tints of Burgundy #7F032A
RGB
CMYK
RGB Variations
Color information
#7F032A (or 0x7F032A) is known color: Burgundy. HEX triplet: 7F, 03 and 2A. RGB value is (127,3,42). Sum of RGB (Red+Green+Blue) = 127+3+42=172 (22% of max value = 765). Red value is 127 (50% from 255 or 73.84% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 127 - color contains mainly: red. Hex color #7F032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F032A is #80FCD5. Grayscale: #2C2C2C. Windows color (decimal): -8453334 or 2753407. OLE color: 2753407.
HSL color Cylindrical-coordinate representation of color #7F032A: hue angle of 341.13º 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 #7F032A is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 3 | 42 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.50 |
| HSL | 341.13º | 0.95% | 0.25% | - |
| HSV(B) | 341.13º | 0.98% | 0.5% | - |
| XYZ | 9.2 | 4.74 | 2.62 | - |
| YUV | 44.52 | 126.58 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 42 | 0 | 0.98 | 0.67 | 0.50 | 341.13 | 0.95 | 0.25 |
| Hex | 7F | 3 | 2A | 0 | 62 | 43 | 32 | 155 | 5F | 19 |
| Octal | 177 | 3 | 52 | 0 | 142 | 103 | 62 | 525 | 137 | 31 |
| Binary | 1111111 | 11 | 101010 | 0 | 1100010 | 1000011 | 110010 | 101010101 | 1011111 | 11001 |
Color Harmonies of #7F032A
Complementary color
Monochromatic Colors of #7F032A
Black with #7F032A
Text Example
Text Example
White with #7F032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F032A; }
p { color: rgb(127,3,42); }
H1.HeaderClassName
{
color: #7F032A;
}
.AnyTagClassName
{
color: #7F032A;
}
</style>
background-color css
<style>
a { background-color: #7F032A; }
a { background-color: rgb(127,3,42); }
div.DivClassName
{
background-color: #7F032A;
}
.BgClassName
{
background-color: #7F032A;
}
</style>
border-color css
<style>
span { border-color: #7F032A; }
span { border-color: rgb(127,3,42); }
td.TdClassName
{
border-color: #7F032A;
}
.TagClassName
{
border-color: #7F032A;
}
</style>