Shades of Burgundy #7D0928
Tints of Burgundy #7D0928
RGB
CMYK
RGB Variations
Color information
#7D0928 (or 0x7D0928) is known color: Burgundy. HEX triplet: 7D, 09 and 28. RGB value is (125,9,40). Sum of RGB (Red+Green+Blue) = 125+9+40=174 (23% of max value = 765). Red value is 125 (49.22% from 255 or 71.84% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0928 is #82F6D7. Grayscale: #2F2F2F. Windows color (decimal): -8582872 or 2623869. OLE color: 2623869.
HSL color Cylindrical-coordinate representation of color #7D0928: hue angle of 343.97º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D0928 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 9 | 40 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.51 |
| HSL | 343.97º | 0.87% | 0.26% | - |
| HSV(B) | 343.97º | 0.93% | 0.49% | - |
| XYZ | 8.94 | 4.71 | 2.45 | - |
| YUV | 47.22 | 123.93 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 40 | 0 | 0.93 | 0.68 | 0.51 | 343.97 | 0.87 | 0.26 |
| Hex | 7D | 9 | 28 | 0 | 5D | 44 | 33 | 158 | 57 | 1A |
| Octal | 175 | 11 | 50 | 0 | 135 | 104 | 63 | 530 | 127 | 32 |
| Binary | 1111101 | 1001 | 101000 | 0 | 1011101 | 1000100 | 110011 | 101011000 | 1010111 | 11010 |
Color Harmonies of #7D0928
Complementary color
Monochromatic Colors of #7D0928
Black with #7D0928
Text Example
Text Example
White with #7D0928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0928; }
p { color: rgb(125,9,40); }
H1.HeaderClassName
{
color: #7D0928;
}
.AnyTagClassName
{
color: #7D0928;
}
</style>
background-color css
<style>
a { background-color: #7D0928; }
a { background-color: rgb(125,9,40); }
div.DivClassName
{
background-color: #7D0928;
}
.BgClassName
{
background-color: #7D0928;
}
</style>
border-color css
<style>
span { border-color: #7D0928; }
span { border-color: rgb(125,9,40); }
td.TdClassName
{
border-color: #7D0928;
}
.TagClassName
{
border-color: #7D0928;
}
</style>