Shades of Burgundy #75072D
Tints of Burgundy #75072D
RGB
CMYK
RGB Variations
Color information
#75072D (or 0x75072D) is known color: Burgundy. HEX triplet: 75, 07 and 2D. RGB value is (117,7,45). Sum of RGB (Red+Green+Blue) = 117+7+45=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #75072D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75072D is #8AF8D2. Grayscale: #2C2C2C. Windows color (decimal): -9107667 or 2951029. OLE color: 2951029.
HSL color Cylindrical-coordinate representation of color #75072D: hue angle of 339.27º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75072D is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 7 | 45 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.54 |
| HSL | 339.27º | 0.89% | 0.24% | - |
| HSV(B) | 339.27º | 0.94% | 0.46% | - |
| XYZ | 7.89 | 4.12 | 2.86 | - |
| YUV | 44.22 | 128.44 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 45 | 0 | 0.94 | 0.62 | 0.54 | 339.27 | 0.89 | 0.24 |
| Hex | 75 | 7 | 2D | 0 | 5E | 3E | 36 | 153 | 59 | 18 |
| Octal | 165 | 7 | 55 | 0 | 136 | 76 | 66 | 523 | 131 | 30 |
| Binary | 1110101 | 111 | 101101 | 0 | 1011110 | 111110 | 110110 | 101010011 | 1011001 | 11000 |
Color Harmonies of #75072D
Complementary color
Monochromatic Colors of #75072D
Black with #75072D
Text Example
Text Example
White with #75072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75072D; }
p { color: rgb(117,7,45); }
H1.HeaderClassName
{
color: #75072D;
}
.AnyTagClassName
{
color: #75072D;
}
</style>
background-color css
<style>
a { background-color: #75072D; }
a { background-color: rgb(117,7,45); }
div.DivClassName
{
background-color: #75072D;
}
.BgClassName
{
background-color: #75072D;
}
</style>
border-color css
<style>
span { border-color: #75072D; }
span { border-color: rgb(117,7,45); }
td.TdClassName
{
border-color: #75072D;
}
.TagClassName
{
border-color: #75072D;
}
</style>