Shades of Burgundy #750D2B
Tints of Burgundy #750D2B
RGB
CMYK
RGB Variations
Color information
#750D2B (or 0x750D2B) is known color: Burgundy. HEX triplet: 75, 0D and 2B. RGB value is (117,13,43). Sum of RGB (Red+Green+Blue) = 117+13+43=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #750D2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750D2B is #8AF2D4. Grayscale: #2F2F2F. Windows color (decimal): -9106133 or 2821493. OLE color: 2821493.
HSL color Cylindrical-coordinate representation of color #750D2B: hue angle of 342.69º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750D2B is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 13 | 43 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.54 |
| HSL | 342.69º | 0.8% | 0.25% | - |
| HSV(B) | 342.69º | 0.89% | 0.46% | - |
| XYZ | 7.92 | 4.24 | 2.69 | - |
| YUV | 47.52 | 125.46 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 13 | 43 | 0 | 0.89 | 0.63 | 0.54 | 342.69 | 0.8 | 0.25 |
| Hex | 75 | D | 2B | 0 | 59 | 3F | 36 | 157 | 50 | 19 |
| Octal | 165 | 15 | 53 | 0 | 131 | 77 | 66 | 527 | 120 | 31 |
| Binary | 1110101 | 1101 | 101011 | 0 | 1011001 | 111111 | 110110 | 101010111 | 1010000 | 11001 |
Color Harmonies of #750D2B
Complementary color
Monochromatic Colors of #750D2B
Black with #750D2B
Text Example
Text Example
White with #750D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750D2B; }
p { color: rgb(117,13,43); }
H1.HeaderClassName
{
color: #750D2B;
}
.AnyTagClassName
{
color: #750D2B;
}
</style>
background-color css
<style>
a { background-color: #750D2B; }
a { background-color: rgb(117,13,43); }
div.DivClassName
{
background-color: #750D2B;
}
.BgClassName
{
background-color: #750D2B;
}
</style>
border-color css
<style>
span { border-color: #750D2B; }
span { border-color: rgb(117,13,43); }
td.TdClassName
{
border-color: #750D2B;
}
.TagClassName
{
border-color: #750D2B;
}
</style>