Shades of Burgundy #7F091F
Tints of Burgundy #7F091F
RGB
CMYK
RGB Variations
Color information
#7F091F (or 0x7F091F) is known color: Burgundy. HEX triplet: 7F, 09 and 1F. RGB value is (127,9,31). Sum of RGB (Red+Green+Blue) = 127+9+31=167 (22% of max value = 765). Red value is 127 (50% from 255 or 76.05% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 127 - color contains mainly: red. Hex color #7F091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F091F is #80F6E0. Grayscale: #2E2E2E. Windows color (decimal): -8451809 or 2034047. OLE color: 2034047.
HSL color Cylindrical-coordinate representation of color #7F091F: hue angle of 348.81º 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 #7F091F is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 9 | 31 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.50 |
| HSL | 348.81º | 0.87% | 0.27% | - |
| HSV(B) | 348.81º | 0.93% | 0.5% | - |
| XYZ | 9.1 | 4.81 | 1.74 | - |
| YUV | 46.79 | 119.09 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 31 | 0 | 0.93 | 0.76 | 0.50 | 348.81 | 0.87 | 0.27 |
| Hex | 7F | 9 | 1F | 0 | 5D | 4C | 32 | 15D | 57 | 1B |
| Octal | 177 | 11 | 37 | 0 | 135 | 114 | 62 | 535 | 127 | 33 |
| Binary | 1111111 | 1001 | 11111 | 0 | 1011101 | 1001100 | 110010 | 101011101 | 1010111 | 11011 |
Color Harmonies of #7F091F
Complementary color
Monochromatic Colors of #7F091F
Black with #7F091F
Text Example
Text Example
White with #7F091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F091F; }
p { color: rgb(127,9,31); }
H1.HeaderClassName
{
color: #7F091F;
}
.AnyTagClassName
{
color: #7F091F;
}
</style>
background-color css
<style>
a { background-color: #7F091F; }
a { background-color: rgb(127,9,31); }
div.DivClassName
{
background-color: #7F091F;
}
.BgClassName
{
background-color: #7F091F;
}
</style>
border-color css
<style>
span { border-color: #7F091F; }
span { border-color: rgb(127,9,31); }
td.TdClassName
{
border-color: #7F091F;
}
.TagClassName
{
border-color: #7F091F;
}
</style>