Shades of Burgundy #75091B
Tints of Burgundy #75091B
RGB
CMYK
RGB Variations
Color information
#75091B (or 0x75091B) is known color: Burgundy. HEX triplet: 75, 09 and 1B. RGB value is (117,9,27). Sum of RGB (Red+Green+Blue) = 117+9+27=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #75091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75091B is #8AF6E4. Grayscale: #2B2B2B. Windows color (decimal): -9107173 or 1771893. OLE color: 1771893.
HSL color Cylindrical-coordinate representation of color #75091B: hue angle of 350º 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 #75091B is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 9 | 27 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.54 |
| HSL | 350º | 0.86% | 0.25% | - |
| HSV(B) | 350º | 0.92% | 0.46% | - |
| XYZ | 7.63 | 4.06 | 1.42 | - |
| YUV | 43.34 | 118.78 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 27 | 0 | 0.92 | 0.77 | 0.54 | 350 | 0.86 | 0.25 |
| Hex | 75 | 9 | 1B | 0 | 5C | 4D | 36 | 15E | 56 | 19 |
| Octal | 165 | 11 | 33 | 0 | 134 | 115 | 66 | 536 | 126 | 31 |
| Binary | 1110101 | 1001 | 11011 | 0 | 1011100 | 1001101 | 110110 | 101011110 | 1010110 | 11001 |
Color Harmonies of #75091B
Complementary color
Monochromatic Colors of #75091B
Black with #75091B
Text Example
Text Example
White with #75091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75091B; }
p { color: rgb(117,9,27); }
H1.HeaderClassName
{
color: #75091B;
}
.AnyTagClassName
{
color: #75091B;
}
</style>
background-color css
<style>
a { background-color: #75091B; }
a { background-color: rgb(117,9,27); }
div.DivClassName
{
background-color: #75091B;
}
.BgClassName
{
background-color: #75091B;
}
</style>
border-color css
<style>
span { border-color: #75091B; }
span { border-color: rgb(117,9,27); }
td.TdClassName
{
border-color: #75091B;
}
.TagClassName
{
border-color: #75091B;
}
</style>