Shades of Burgundy #750B0D
Tints of Burgundy #750B0D
RGB
CMYK
RGB Variations
Color information
#750B0D (or 0x750B0D) is known color: Burgundy. HEX triplet: 75, 0B and 0D. RGB value is (117,11,13). Sum of RGB (Red+Green+Blue) = 117+11+13=141 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.98% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 117 - color contains mainly: red. Hex color #750B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750B0D is #8AF4F2. Grayscale: #2B2B2B. Windows color (decimal): -9106675 or 854901. OLE color: 854901.
HSL color Cylindrical-coordinate representation of color #750B0D: hue angle of 358.87º 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 #750B0D is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 11 | 13 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.54 |
| HSL | 358.87º | 0.83% | 0.25% | - |
| HSV(B) | 358.87º | 0.91% | 0.46% | - |
| XYZ | 7.53 | 4.05 | 0.77 | - |
| YUV | 42.92 | 111.12 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 13 | 0 | 0.91 | 0.89 | 0.54 | 358.87 | 0.83 | 0.25 |
| Hex | 75 | B | D | 0 | 5B | 59 | 36 | 167 | 53 | 19 |
| Octal | 165 | 13 | 15 | 0 | 133 | 131 | 66 | 547 | 123 | 31 |
| Binary | 1110101 | 1011 | 1101 | 0 | 1011011 | 1011001 | 110110 | 101100111 | 1010011 | 11001 |
Color Harmonies of #750B0D
Complementary color
Monochromatic Colors of #750B0D
Black with #750B0D
Text Example
Text Example
White with #750B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750B0D; }
p { color: rgb(117,11,13); }
H1.HeaderClassName
{
color: #750B0D;
}
.AnyTagClassName
{
color: #750B0D;
}
</style>
background-color css
<style>
a { background-color: #750B0D; }
a { background-color: rgb(117,11,13); }
div.DivClassName
{
background-color: #750B0D;
}
.BgClassName
{
background-color: #750B0D;
}
</style>
border-color css
<style>
span { border-color: #750B0D; }
span { border-color: rgb(117,11,13); }
td.TdClassName
{
border-color: #750B0D;
}
.TagClassName
{
border-color: #750B0D;
}
</style>