Shades of Burgundy #750F2B
Tints of Burgundy #750F2B
RGB
CMYK
RGB Variations
Color information
#750F2B (or 0x750F2B) is known color: Burgundy. HEX triplet: 75, 0F and 2B. RGB value is (117,15,43). Sum of RGB (Red+Green+Blue) = 117+15+43=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #750F2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750F2B is #8AF0D4. Grayscale: #303030. Windows color (decimal): -9105621 or 2822005. OLE color: 2822005.
HSL color Cylindrical-coordinate representation of color #750F2B: hue angle of 343.53º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #750F2B is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 15 | 43 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.54 |
| HSL | 343.53º | 0.77% | 0.26% | - |
| HSV(B) | 343.53º | 0.87% | 0.46% | - |
| XYZ | 7.94 | 4.3 | 2.7 | - |
| YUV | 48.69 | 124.79 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 43 | 0 | 0.87 | 0.63 | 0.54 | 343.53 | 0.77 | 0.26 |
| Hex | 75 | F | 2B | 0 | 57 | 3F | 36 | 158 | 4D | 1A |
| Octal | 165 | 17 | 53 | 0 | 127 | 77 | 66 | 530 | 115 | 32 |
| Binary | 1110101 | 1111 | 101011 | 0 | 1010111 | 111111 | 110110 | 101011000 | 1001101 | 11010 |
Color Harmonies of #750F2B
Complementary color
Monochromatic Colors of #750F2B
Black with #750F2B
Text Example
Text Example
White with #750F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750F2B; }
p { color: rgb(117,15,43); }
H1.HeaderClassName
{
color: #750F2B;
}
.AnyTagClassName
{
color: #750F2B;
}
</style>
background-color css
<style>
a { background-color: #750F2B; }
a { background-color: rgb(117,15,43); }
div.DivClassName
{
background-color: #750F2B;
}
.BgClassName
{
background-color: #750F2B;
}
</style>
border-color css
<style>
span { border-color: #750F2B; }
span { border-color: rgb(117,15,43); }
td.TdClassName
{
border-color: #750F2B;
}
.TagClassName
{
border-color: #750F2B;
}
</style>