Shades of Burgundy #7F0236
Tints of Burgundy #7F0236
RGB
CMYK
RGB Variations
Color information
#7F0236 (or 0x7F0236) is known color: Burgundy. HEX triplet: 7F, 02 and 36. RGB value is (127,2,54). Sum of RGB (Red+Green+Blue) = 127+2+54=183 (24% of max value = 765). Red value is 127 (50% from 255 or 69.40% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0236 is #80FDC9. Grayscale: #2D2D2D. Windows color (decimal): -8453578 or 3539583. OLE color: 3539583.
HSL color Cylindrical-coordinate representation of color #7F0236: hue angle of 335.04º 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 #7F0236 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 2 | 54 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.50 |
| HSL | 335.04º | 0.97% | 0.25% | - |
| HSV(B) | 335.04º | 0.98% | 0.5% | - |
| XYZ | 9.44 | 4.82 | 3.92 | - |
| YUV | 45.3 | 132.91 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 2 | 54 | 0 | 0.98 | 0.57 | 0.50 | 335.04 | 0.97 | 0.25 |
| Hex | 7F | 2 | 36 | 0 | 62 | 39 | 32 | 14F | 61 | 19 |
| Octal | 177 | 2 | 66 | 0 | 142 | 71 | 62 | 517 | 141 | 31 |
| Binary | 1111111 | 10 | 110110 | 0 | 1100010 | 111001 | 110010 | 101001111 | 1100001 | 11001 |
Color Harmonies of #7F0236
Complementary color
Monochromatic Colors of #7F0236
Black with #7F0236
Text Example
Text Example
White with #7F0236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0236; }
p { color: rgb(127,2,54); }
H1.HeaderClassName
{
color: #7F0236;
}
.AnyTagClassName
{
color: #7F0236;
}
</style>
background-color css
<style>
a { background-color: #7F0236; }
a { background-color: rgb(127,2,54); }
div.DivClassName
{
background-color: #7F0236;
}
.BgClassName
{
background-color: #7F0236;
}
</style>
border-color css
<style>
span { border-color: #7F0236; }
span { border-color: rgb(127,2,54); }
td.TdClassName
{
border-color: #7F0236;
}
.TagClassName
{
border-color: #7F0236;
}
</style>