Shades of Burgundy #750B2A
Tints of Burgundy #750B2A
RGB
CMYK
RGB Variations
Color information
#750B2A (or 0x750B2A) is known color: Burgundy. HEX triplet: 75, 0B and 2A. RGB value is (117,11,42). Sum of RGB (Red+Green+Blue) = 117+11+42=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #750B2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750B2A is #8AF4D5. Grayscale: #2E2E2E. Windows color (decimal): -9106646 or 2755445. OLE color: 2755445.
HSL color Cylindrical-coordinate representation of color #750B2A: hue angle of 342.45º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750B2A is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 11 | 42 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.54 |
| HSL | 342.45º | 0.83% | 0.25% | - |
| HSV(B) | 342.45º | 0.91% | 0.46% | - |
| XYZ | 7.87 | 4.19 | 2.58 | - |
| YUV | 46.23 | 125.62 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 42 | 0 | 0.91 | 0.64 | 0.54 | 342.45 | 0.83 | 0.25 |
| Hex | 75 | B | 2A | 0 | 5B | 40 | 36 | 156 | 53 | 19 |
| Octal | 165 | 13 | 52 | 0 | 133 | 100 | 66 | 526 | 123 | 31 |
| Binary | 1110101 | 1011 | 101010 | 0 | 1011011 | 1000000 | 110110 | 101010110 | 1010011 | 11001 |
Color Harmonies of #750B2A
Complementary color
Monochromatic Colors of #750B2A
Black with #750B2A
Text Example
Text Example
White with #750B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750B2A; }
p { color: rgb(117,11,42); }
H1.HeaderClassName
{
color: #750B2A;
}
.AnyTagClassName
{
color: #750B2A;
}
</style>
background-color css
<style>
a { background-color: #750B2A; }
a { background-color: rgb(117,11,42); }
div.DivClassName
{
background-color: #750B2A;
}
.BgClassName
{
background-color: #750B2A;
}
</style>
border-color css
<style>
span { border-color: #750B2A; }
span { border-color: rgb(117,11,42); }
td.TdClassName
{
border-color: #750B2A;
}
.TagClassName
{
border-color: #750B2A;
}
</style>