Shades of Burgundy #7F0B2C
Tints of Burgundy #7F0B2C
RGB
CMYK
RGB Variations
Color information
#7F0B2C (or 0x7F0B2C) is known color: Burgundy. HEX triplet: 7F, 0B and 2C. RGB value is (127,11,44). Sum of RGB (Red+Green+Blue) = 127+11+44=182 (24% of max value = 765). Red value is 127 (50% from 255 or 69.78% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0B2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0B2C is #80F4D3. Grayscale: #313131. Windows color (decimal): -8451284 or 2886527. OLE color: 2886527.
HSL color Cylindrical-coordinate representation of color #7F0B2C: hue angle of 342.93º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F0B2C is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 11 | 44 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.50 |
| HSL | 342.93º | 0.84% | 0.27% | - |
| HSV(B) | 342.93º | 0.91% | 0.5% | - |
| XYZ | 9.33 | 4.93 | 2.84 | - |
| YUV | 49.45 | 124.93 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 11 | 44 | 0 | 0.91 | 0.65 | 0.50 | 342.93 | 0.84 | 0.27 |
| Hex | 7F | B | 2C | 0 | 5B | 41 | 32 | 157 | 54 | 1B |
| Octal | 177 | 13 | 54 | 0 | 133 | 101 | 62 | 527 | 124 | 33 |
| Binary | 1111111 | 1011 | 101100 | 0 | 1011011 | 1000001 | 110010 | 101010111 | 1010100 | 11011 |
Color Harmonies of #7F0B2C
Complementary color
Monochromatic Colors of #7F0B2C
Black with #7F0B2C
Text Example
Text Example
White with #7F0B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0B2C; }
p { color: rgb(127,11,44); }
H1.HeaderClassName
{
color: #7F0B2C;
}
.AnyTagClassName
{
color: #7F0B2C;
}
</style>
background-color css
<style>
a { background-color: #7F0B2C; }
a { background-color: rgb(127,11,44); }
div.DivClassName
{
background-color: #7F0B2C;
}
.BgClassName
{
background-color: #7F0B2C;
}
</style>
border-color css
<style>
span { border-color: #7F0B2C; }
span { border-color: rgb(127,11,44); }
td.TdClassName
{
border-color: #7F0B2C;
}
.TagClassName
{
border-color: #7F0B2C;
}
</style>