Shades of Burgundy #7F092C
Tints of Burgundy #7F092C
RGB
CMYK
RGB Variations
Color information
#7F092C (or 0x7F092C) is known color: Burgundy. HEX triplet: 7F, 09 and 2C. RGB value is (127,9,44). Sum of RGB (Red+Green+Blue) = 127+9+44=180 (23% of max value = 765). Red value is 127 (50% from 255 or 70.56% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 127 - color contains mainly: red. Hex color #7F092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F092C is #80F6D3. Grayscale: #303030. Windows color (decimal): -8451796 or 2886015. OLE color: 2886015.
HSL color Cylindrical-coordinate representation of color #7F092C: hue angle of 342.2º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F092C is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 9 | 44 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.50 |
| HSL | 342.2º | 0.87% | 0.27% | - |
| HSV(B) | 342.2º | 0.93% | 0.5% | - |
| XYZ | 9.3 | 4.89 | 2.84 | - |
| YUV | 48.27 | 125.59 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 44 | 0 | 0.93 | 0.65 | 0.50 | 342.2 | 0.87 | 0.27 |
| Hex | 7F | 9 | 2C | 0 | 5D | 41 | 32 | 156 | 57 | 1B |
| Octal | 177 | 11 | 54 | 0 | 135 | 101 | 62 | 526 | 127 | 33 |
| Binary | 1111111 | 1001 | 101100 | 0 | 1011101 | 1000001 | 110010 | 101010110 | 1010111 | 11011 |
Color Harmonies of #7F092C
Complementary color
Monochromatic Colors of #7F092C
Black with #7F092C
Text Example
Text Example
White with #7F092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F092C; }
p { color: rgb(127,9,44); }
H1.HeaderClassName
{
color: #7F092C;
}
.AnyTagClassName
{
color: #7F092C;
}
</style>
background-color css
<style>
a { background-color: #7F092C; }
a { background-color: rgb(127,9,44); }
div.DivClassName
{
background-color: #7F092C;
}
.BgClassName
{
background-color: #7F092C;
}
</style>
border-color css
<style>
span { border-color: #7F092C; }
span { border-color: rgb(127,9,44); }
td.TdClassName
{
border-color: #7F092C;
}
.TagClassName
{
border-color: #7F092C;
}
</style>