Shades of Burgundy #7D0B32
Tints of Burgundy #7D0B32
RGB
CMYK
RGB Variations
Color information
#7D0B32 (or 0x7D0B32) is known color: Burgundy. HEX triplet: 7D, 0B and 32. RGB value is (125,11,50). Sum of RGB (Red+Green+Blue) = 125+11+50=186 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.20% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0B32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0B32 is #82F4CD. Grayscale: #313131. Windows color (decimal): -8582350 or 3279741. OLE color: 3279741.
HSL color Cylindrical-coordinate representation of color #7D0B32: hue angle of 339.47º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D0B32 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 11 | 50 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.51 |
| HSL | 339.47º | 0.84% | 0.27% | - |
| HSV(B) | 339.47º | 0.91% | 0.49% | - |
| XYZ | 9.15 | 4.83 | 3.47 | - |
| YUV | 49.53 | 128.27 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 11 | 50 | 0 | 0.91 | 0.60 | 0.51 | 339.47 | 0.84 | 0.27 |
| Hex | 7D | B | 32 | 0 | 5B | 3C | 33 | 153 | 54 | 1B |
| Octal | 175 | 13 | 62 | 0 | 133 | 74 | 63 | 523 | 124 | 33 |
| Binary | 1111101 | 1011 | 110010 | 0 | 1011011 | 111100 | 110011 | 101010011 | 1010100 | 11011 |
Color Harmonies of #7D0B32
Complementary color
Monochromatic Colors of #7D0B32
Black with #7D0B32
Text Example
Text Example
White with #7D0B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0B32; }
p { color: rgb(125,11,50); }
H1.HeaderClassName
{
color: #7D0B32;
}
.AnyTagClassName
{
color: #7D0B32;
}
</style>
background-color css
<style>
a { background-color: #7D0B32; }
a { background-color: rgb(125,11,50); }
div.DivClassName
{
background-color: #7D0B32;
}
.BgClassName
{
background-color: #7D0B32;
}
</style>
border-color css
<style>
span { border-color: #7D0B32; }
span { border-color: rgb(125,11,50); }
td.TdClassName
{
border-color: #7D0B32;
}
.TagClassName
{
border-color: #7D0B32;
}
</style>