Shades of Burgundy #75092B
Tints of Burgundy #75092B
RGB
CMYK
RGB Variations
Color information
#75092B (or 0x75092B) is known color: Burgundy. HEX triplet: 75, 09 and 2B. RGB value is (117,9,43). Sum of RGB (Red+Green+Blue) = 117+9+43=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #75092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75092B is #8AF6D4. Grayscale: #2D2D2D. Windows color (decimal): -9107157 or 2820469. OLE color: 2820469.
HSL color Cylindrical-coordinate representation of color #75092B: hue angle of 341.11º 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 #75092B is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 9 | 43 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.54 |
| HSL | 341.11º | 0.86% | 0.25% | - |
| HSV(B) | 341.11º | 0.92% | 0.46% | - |
| XYZ | 7.87 | 4.15 | 2.67 | - |
| YUV | 45.17 | 126.78 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 43 | 0 | 0.92 | 0.63 | 0.54 | 341.11 | 0.86 | 0.25 |
| Hex | 75 | 9 | 2B | 0 | 5C | 3F | 36 | 155 | 56 | 19 |
| Octal | 165 | 11 | 53 | 0 | 134 | 77 | 66 | 525 | 126 | 31 |
| Binary | 1110101 | 1001 | 101011 | 0 | 1011100 | 111111 | 110110 | 101010101 | 1010110 | 11001 |
Color Harmonies of #75092B
Complementary color
Monochromatic Colors of #75092B
Black with #75092B
Text Example
Text Example
White with #75092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75092B; }
p { color: rgb(117,9,43); }
H1.HeaderClassName
{
color: #75092B;
}
.AnyTagClassName
{
color: #75092B;
}
</style>
background-color css
<style>
a { background-color: #75092B; }
a { background-color: rgb(117,9,43); }
div.DivClassName
{
background-color: #75092B;
}
.BgClassName
{
background-color: #75092B;
}
</style>
border-color css
<style>
span { border-color: #75092B; }
span { border-color: rgb(117,9,43); }
td.TdClassName
{
border-color: #75092B;
}
.TagClassName
{
border-color: #75092B;
}
</style>