Shades of Burgundy #75092D
Tints of Burgundy #75092D
RGB
CMYK
RGB Variations
Color information
#75092D (or 0x75092D) is known color: Burgundy. HEX triplet: 75, 09 and 2D. RGB value is (117,9,45). Sum of RGB (Red+Green+Blue) = 117+9+45=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #75092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75092D is #8AF6D2. Grayscale: #2D2D2D. Windows color (decimal): -9107155 or 2951541. OLE color: 2951541.
HSL color Cylindrical-coordinate representation of color #75092D: hue angle of 340º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75092D is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 9 | 45 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.54 |
| HSL | 340º | 0.86% | 0.25% | - |
| HSV(B) | 340º | 0.92% | 0.46% | - |
| XYZ | 7.91 | 4.17 | 2.87 | - |
| YUV | 45.4 | 127.78 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 45 | 0 | 0.92 | 0.62 | 0.54 | 340 | 0.86 | 0.25 |
| Hex | 75 | 9 | 2D | 0 | 5C | 3E | 36 | 154 | 56 | 19 |
| Octal | 165 | 11 | 55 | 0 | 134 | 76 | 66 | 524 | 126 | 31 |
| Binary | 1110101 | 1001 | 101101 | 0 | 1011100 | 111110 | 110110 | 101010100 | 1010110 | 11001 |
Color Harmonies of #75092D
Complementary color
Monochromatic Colors of #75092D
Black with #75092D
Text Example
Text Example
White with #75092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75092D; }
p { color: rgb(117,9,45); }
H1.HeaderClassName
{
color: #75092D;
}
.AnyTagClassName
{
color: #75092D;
}
</style>
background-color css
<style>
a { background-color: #75092D; }
a { background-color: rgb(117,9,45); }
div.DivClassName
{
background-color: #75092D;
}
.BgClassName
{
background-color: #75092D;
}
</style>
border-color css
<style>
span { border-color: #75092D; }
span { border-color: rgb(117,9,45); }
td.TdClassName
{
border-color: #75092D;
}
.TagClassName
{
border-color: #75092D;
}
</style>