Shades of Burgundy #7F0523
Tints of Burgundy #7F0523
RGB
CMYK
RGB Variations
Color information
#7F0523 (or 0x7F0523) is known color: Burgundy. HEX triplet: 7F, 05 and 23. RGB value is (127,5,35). Sum of RGB (Red+Green+Blue) = 127+5+35=167 (22% of max value = 765). Red value is 127 (50% from 255 or 76.05% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0523 is #80FADC. Grayscale: #2C2C2C. Windows color (decimal): -8452829 or 2295167. OLE color: 2295167.
HSL color Cylindrical-coordinate representation of color #7F0523: hue angle of 345.25º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F0523 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 5 | 35 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.50 |
| HSL | 345.25º | 0.92% | 0.26% | - |
| HSV(B) | 345.25º | 0.96% | 0.5% | - |
| XYZ | 9.11 | 4.74 | 2.03 | - |
| YUV | 44.9 | 122.42 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 5 | 35 | 0 | 0.96 | 0.72 | 0.50 | 345.25 | 0.92 | 0.26 |
| Hex | 7F | 5 | 23 | 0 | 60 | 48 | 32 | 159 | 5C | 1A |
| Octal | 177 | 5 | 43 | 0 | 140 | 110 | 62 | 531 | 134 | 32 |
| Binary | 1111111 | 101 | 100011 | 0 | 1100000 | 1001000 | 110010 | 101011001 | 1011100 | 11010 |
Color Harmonies of #7F0523
Complementary color
Monochromatic Colors of #7F0523
Black with #7F0523
Text Example
Text Example
White with #7F0523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0523; }
p { color: rgb(127,5,35); }
H1.HeaderClassName
{
color: #7F0523;
}
.AnyTagClassName
{
color: #7F0523;
}
</style>
background-color css
<style>
a { background-color: #7F0523; }
a { background-color: rgb(127,5,35); }
div.DivClassName
{
background-color: #7F0523;
}
.BgClassName
{
background-color: #7F0523;
}
</style>
border-color css
<style>
span { border-color: #7F0523; }
span { border-color: rgb(127,5,35); }
td.TdClassName
{
border-color: #7F0523;
}
.TagClassName
{
border-color: #7F0523;
}
</style>