Shades of Burgundy #7F0915
Tints of Burgundy #7F0915
RGB
CMYK
RGB Variations
Color information
#7F0915 (or 0x7F0915) is known color: Burgundy. HEX triplet: 7F, 09 and 15. RGB value is (127,9,21). Sum of RGB (Red+Green+Blue) = 127+9+21=157 (20% of max value = 765). Red value is 127 (50% from 255 or 80.89% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0915 is #80F6EA. Grayscale: #2D2D2D. Windows color (decimal): -8451819 or 1378687. OLE color: 1378687.
HSL color Cylindrical-coordinate representation of color #7F0915: hue angle of 353.9º 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 #7F0915 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 9 | 21 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.50 |
| HSL | 353.9º | 0.87% | 0.27% | - |
| HSV(B) | 353.9º | 0.93% | 0.5% | - |
| XYZ | 8.99 | 4.76 | 1.15 | - |
| YUV | 45.65 | 114.09 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 21 | 0 | 0.93 | 0.83 | 0.50 | 353.9 | 0.87 | 0.27 |
| Hex | 7F | 9 | 15 | 0 | 5D | 53 | 32 | 162 | 57 | 1B |
| Octal | 177 | 11 | 25 | 0 | 135 | 123 | 62 | 542 | 127 | 33 |
| Binary | 1111111 | 1001 | 10101 | 0 | 1011101 | 1010011 | 110010 | 101100010 | 1010111 | 11011 |
Color Harmonies of #7F0915
Complementary color
Monochromatic Colors of #7F0915
Black with #7F0915
Text Example
Text Example
White with #7F0915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0915; }
p { color: rgb(127,9,21); }
H1.HeaderClassName
{
color: #7F0915;
}
.AnyTagClassName
{
color: #7F0915;
}
</style>
background-color css
<style>
a { background-color: #7F0915; }
a { background-color: rgb(127,9,21); }
div.DivClassName
{
background-color: #7F0915;
}
.BgClassName
{
background-color: #7F0915;
}
</style>
border-color css
<style>
span { border-color: #7F0915; }
span { border-color: rgb(127,9,21); }
td.TdClassName
{
border-color: #7F0915;
}
.TagClassName
{
border-color: #7F0915;
}
</style>