Shades of Burgundy #7F092D
Tints of Burgundy #7F092D
RGB
CMYK
RGB Variations
Color information
#7F092D (or 0x7F092D) is known color: Burgundy. HEX triplet: 7F, 09 and 2D. RGB value is (127,9,45). Sum of RGB (Red+Green+Blue) = 127+9+45=181 (23% of max value = 765). Red value is 127 (50% from 255 or 70.17% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 127 - color contains mainly: red. Hex color #7F092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F092D is #80F6D2. Grayscale: #303030. Windows color (decimal): -8451795 or 2951551. OLE color: 2951551.
HSL color Cylindrical-coordinate representation of color #7F092D: hue angle of 341.69º 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 #7F092D is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 9 | 45 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.50 |
| HSL | 341.69º | 0.87% | 0.27% | - |
| HSV(B) | 341.69º | 0.93% | 0.5% | - |
| XYZ | 9.32 | 4.9 | 2.94 | - |
| YUV | 48.39 | 126.09 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 45 | 0 | 0.93 | 0.65 | 0.50 | 341.69 | 0.87 | 0.27 |
| Hex | 7F | 9 | 2D | 0 | 5D | 41 | 32 | 156 | 57 | 1B |
| Octal | 177 | 11 | 55 | 0 | 135 | 101 | 62 | 526 | 127 | 33 |
| Binary | 1111111 | 1001 | 101101 | 0 | 1011101 | 1000001 | 110010 | 101010110 | 1010111 | 11011 |
Color Harmonies of #7F092D
Complementary color
Monochromatic Colors of #7F092D
Black with #7F092D
Text Example
Text Example
White with #7F092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F092D; }
p { color: rgb(127,9,45); }
H1.HeaderClassName
{
color: #7F092D;
}
.AnyTagClassName
{
color: #7F092D;
}
</style>
background-color css
<style>
a { background-color: #7F092D; }
a { background-color: rgb(127,9,45); }
div.DivClassName
{
background-color: #7F092D;
}
.BgClassName
{
background-color: #7F092D;
}
</style>
border-color css
<style>
span { border-color: #7F092D; }
span { border-color: rgb(127,9,45); }
td.TdClassName
{
border-color: #7F092D;
}
.TagClassName
{
border-color: #7F092D;
}
</style>