Shades of Burgundy #7F0934
Tints of Burgundy #7F0934
RGB
CMYK
RGB Variations
Color information
#7F0934 (or 0x7F0934) is known color: Burgundy. HEX triplet: 7F, 09 and 34. RGB value is (127,9,52). Sum of RGB (Red+Green+Blue) = 127+9+52=188 (24% of max value = 765). Red value is 127 (50% from 255 or 67.55% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0934 is #80F6CB. Grayscale: #313131. Windows color (decimal): -8451788 or 3410303. OLE color: 3410303.
HSL color Cylindrical-coordinate representation of color #7F0934: hue angle of 338.14º 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 #7F0934 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 9 | 52 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.50 |
| HSL | 338.14º | 0.87% | 0.27% | - |
| HSV(B) | 338.14º | 0.93% | 0.5% | - |
| XYZ | 9.47 | 4.96 | 3.71 | - |
| YUV | 49.18 | 129.59 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 52 | 0 | 0.93 | 0.59 | 0.50 | 338.14 | 0.87 | 0.27 |
| Hex | 7F | 9 | 34 | 0 | 5D | 3B | 32 | 152 | 57 | 1B |
| Octal | 177 | 11 | 64 | 0 | 135 | 73 | 62 | 522 | 127 | 33 |
| Binary | 1111111 | 1001 | 110100 | 0 | 1011101 | 111011 | 110010 | 101010010 | 1010111 | 11011 |
Color Harmonies of #7F0934
Complementary color
Monochromatic Colors of #7F0934
Black with #7F0934
Text Example
Text Example
White with #7F0934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0934; }
p { color: rgb(127,9,52); }
H1.HeaderClassName
{
color: #7F0934;
}
.AnyTagClassName
{
color: #7F0934;
}
</style>
background-color css
<style>
a { background-color: #7F0934; }
a { background-color: rgb(127,9,52); }
div.DivClassName
{
background-color: #7F0934;
}
.BgClassName
{
background-color: #7F0934;
}
</style>
border-color css
<style>
span { border-color: #7F0934; }
span { border-color: rgb(127,9,52); }
td.TdClassName
{
border-color: #7F0934;
}
.TagClassName
{
border-color: #7F0934;
}
</style>