Shades of Burgundy #750211
Tints of Burgundy #750211
RGB
CMYK
RGB Variations
Color information
#750211 (or 0x750211) is known color: Burgundy. HEX triplet: 75, 02 and 11. RGB value is (117,2,17). Sum of RGB (Red+Green+Blue) = 117+2+17=136 (18% of max value = 765). Red value is 117 (46.09% from 255 or 86.03% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 117 - color contains mainly: red. Hex color #750211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750211 is #8AFDEE. Grayscale: #262626. Windows color (decimal): -9108975 or 1114741. OLE color: 1114741.
HSL color Cylindrical-coordinate representation of color #750211: hue angle of 352.17º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #750211 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 2 | 17 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.54 |
| HSL | 352.17º | 0.97% | 0.23% | - |
| HSV(B) | 352.17º | 0.98% | 0.46% | - |
| XYZ | 7.46 | 3.87 | 0.88 | - |
| YUV | 38.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 2 | 17 | 0 | 0.98 | 0.85 | 0.54 | 352.17 | 0.97 | 0.23 |
| Hex | 75 | 2 | 11 | 0 | 62 | 55 | 36 | 160 | 61 | 17 |
| Octal | 165 | 2 | 21 | 0 | 142 | 125 | 66 | 540 | 141 | 27 |
| Binary | 1110101 | 10 | 10001 | 0 | 1100010 | 1010101 | 110110 | 101100000 | 1100001 | 10111 |
Color Harmonies of #750211
Complementary color
Monochromatic Colors of #750211
Black with #750211
Text Example
Text Example
White with #750211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750211; }
p { color: rgb(117,2,17); }
H1.HeaderClassName
{
color: #750211;
}
.AnyTagClassName
{
color: #750211;
}
</style>
background-color css
<style>
a { background-color: #750211; }
a { background-color: rgb(117,2,17); }
div.DivClassName
{
background-color: #750211;
}
.BgClassName
{
background-color: #750211;
}
</style>
border-color css
<style>
span { border-color: #750211; }
span { border-color: rgb(117,2,17); }
td.TdClassName
{
border-color: #750211;
}
.TagClassName
{
border-color: #750211;
}
</style>