Shades of Burgundy #7D0923
Tints of Burgundy #7D0923
RGB
CMYK
RGB Variations
Color information
#7D0923 (or 0x7D0923) is known color: Burgundy. HEX triplet: 7D, 09 and 23. RGB value is (125,9,35). Sum of RGB (Red+Green+Blue) = 125+9+35=169 (22% of max value = 765). Red value is 125 (49.22% from 255 or 73.96% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0923 is #82F6DC. Grayscale: #2E2E2E. Windows color (decimal): -8582877 or 2296189. OLE color: 2296189.
HSL color Cylindrical-coordinate representation of color #7D0923: hue angle of 346.55º 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 #7D0923 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 9 | 35 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.51 |
| HSL | 346.55º | 0.87% | 0.26% | - |
| HSV(B) | 346.55º | 0.93% | 0.49% | - |
| XYZ | 8.86 | 4.68 | 2.03 | - |
| YUV | 46.65 | 121.43 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 35 | 0 | 0.93 | 0.72 | 0.51 | 346.55 | 0.87 | 0.26 |
| Hex | 7D | 9 | 23 | 0 | 5D | 48 | 33 | 15B | 57 | 1A |
| Octal | 175 | 11 | 43 | 0 | 135 | 110 | 63 | 533 | 127 | 32 |
| Binary | 1111101 | 1001 | 100011 | 0 | 1011101 | 1001000 | 110011 | 101011011 | 1010111 | 11010 |
Color Harmonies of #7D0923
Complementary color
Monochromatic Colors of #7D0923
Black with #7D0923
Text Example
Text Example
White with #7D0923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0923; }
p { color: rgb(125,9,35); }
H1.HeaderClassName
{
color: #7D0923;
}
.AnyTagClassName
{
color: #7D0923;
}
</style>
background-color css
<style>
a { background-color: #7D0923; }
a { background-color: rgb(125,9,35); }
div.DivClassName
{
background-color: #7D0923;
}
.BgClassName
{
background-color: #7D0923;
}
</style>
border-color css
<style>
span { border-color: #7D0923; }
span { border-color: rgb(125,9,35); }
td.TdClassName
{
border-color: #7D0923;
}
.TagClassName
{
border-color: #7D0923;
}
</style>