Shades of Burgundy #750B2C
Tints of Burgundy #750B2C
RGB
CMYK
RGB Variations
Color information
#750B2C (or 0x750B2C) is known color: Burgundy. HEX triplet: 75, 0B and 2C. RGB value is (117,11,44). Sum of RGB (Red+Green+Blue) = 117+11+44=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #750B2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750B2C is #8AF4D3. Grayscale: #2E2E2E. Windows color (decimal): -9106644 or 2886517. OLE color: 2886517.
HSL color Cylindrical-coordinate representation of color #750B2C: hue angle of 341.32º 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 #750B2C is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 11 | 44 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.54 |
| HSL | 341.32º | 0.83% | 0.25% | - |
| HSV(B) | 341.32º | 0.91% | 0.46% | - |
| XYZ | 7.91 | 4.2 | 2.78 | - |
| YUV | 46.46 | 126.62 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 44 | 0 | 0.91 | 0.62 | 0.54 | 341.32 | 0.83 | 0.25 |
| Hex | 75 | B | 2C | 0 | 5B | 3E | 36 | 155 | 53 | 19 |
| Octal | 165 | 13 | 54 | 0 | 133 | 76 | 66 | 525 | 123 | 31 |
| Binary | 1110101 | 1011 | 101100 | 0 | 1011011 | 111110 | 110110 | 101010101 | 1010011 | 11001 |
Color Harmonies of #750B2C
Complementary color
Monochromatic Colors of #750B2C
Black with #750B2C
Text Example
Text Example
White with #750B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750B2C; }
p { color: rgb(117,11,44); }
H1.HeaderClassName
{
color: #750B2C;
}
.AnyTagClassName
{
color: #750B2C;
}
</style>
background-color css
<style>
a { background-color: #750B2C; }
a { background-color: rgb(117,11,44); }
div.DivClassName
{
background-color: #750B2C;
}
.BgClassName
{
background-color: #750B2C;
}
</style>
border-color css
<style>
span { border-color: #750B2C; }
span { border-color: rgb(117,11,44); }
td.TdClassName
{
border-color: #750B2C;
}
.TagClassName
{
border-color: #750B2C;
}
</style>