Shades of Burgundy #750C21
Tints of Burgundy #750C21
RGB
CMYK
RGB Variations
Color information
#750C21 (or 0x750C21) is known color: Burgundy. HEX triplet: 75, 0C and 21. RGB value is (117,12,33). Sum of RGB (Red+Green+Blue) = 117+12+33=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #750C21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750C21 is #8AF3DE. Grayscale: #2D2D2D. Windows color (decimal): -9106399 or 2165877. OLE color: 2165877.
HSL color Cylindrical-coordinate representation of color #750C21: hue angle of 348º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750C21 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 12 | 33 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.54 |
| HSL | 348º | 0.81% | 0.25% | - |
| HSV(B) | 348º | 0.9% | 0.46% | - |
| XYZ | 7.74 | 4.15 | 1.83 | - |
| YUV | 45.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 33 | 0 | 0.90 | 0.72 | 0.54 | 348 | 0.81 | 0.25 |
| Hex | 75 | C | 21 | 0 | 5A | 48 | 36 | 15C | 51 | 19 |
| Octal | 165 | 14 | 41 | 0 | 132 | 110 | 66 | 534 | 121 | 31 |
| Binary | 1110101 | 1100 | 100001 | 0 | 1011010 | 1001000 | 110110 | 101011100 | 1010001 | 11001 |
Color Harmonies of #750C21
Complementary color
Monochromatic Colors of #750C21
Black with #750C21
Text Example
Text Example
White with #750C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750C21; }
p { color: rgb(117,12,33); }
H1.HeaderClassName
{
color: #750C21;
}
.AnyTagClassName
{
color: #750C21;
}
</style>
background-color css
<style>
a { background-color: #750C21; }
a { background-color: rgb(117,12,33); }
div.DivClassName
{
background-color: #750C21;
}
.BgClassName
{
background-color: #750C21;
}
</style>
border-color css
<style>
span { border-color: #750C21; }
span { border-color: rgb(117,12,33); }
td.TdClassName
{
border-color: #750C21;
}
.TagClassName
{
border-color: #750C21;
}
</style>