Shades of Burgundy #750C22
Tints of Burgundy #750C22
RGB
CMYK
RGB Variations
Color information
#750C22 (or 0x750C22) is known color: Burgundy. HEX triplet: 75, 0C and 22. RGB value is (117,12,34). Sum of RGB (Red+Green+Blue) = 117+12+34=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #750C22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750C22 is #8AF3DD. Grayscale: #2D2D2D. Windows color (decimal): -9106398 or 2231413. OLE color: 2231413.
HSL color Cylindrical-coordinate representation of color #750C22: hue angle of 347.43º 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 #750C22 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 12 | 34 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.54 |
| HSL | 347.43º | 0.81% | 0.25% | - |
| HSV(B) | 347.43º | 0.9% | 0.46% | - |
| XYZ | 7.76 | 4.16 | 1.91 | - |
| YUV | 45.9 | 121.29 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 34 | 0 | 0.90 | 0.71 | 0.54 | 347.43 | 0.81 | 0.25 |
| Hex | 75 | C | 22 | 0 | 5A | 47 | 36 | 15B | 51 | 19 |
| Octal | 165 | 14 | 42 | 0 | 132 | 107 | 66 | 533 | 121 | 31 |
| Binary | 1110101 | 1100 | 100010 | 0 | 1011010 | 1000111 | 110110 | 101011011 | 1010001 | 11001 |
Color Harmonies of #750C22
Complementary color
Monochromatic Colors of #750C22
Black with #750C22
Text Example
Text Example
White with #750C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750C22; }
p { color: rgb(117,12,34); }
H1.HeaderClassName
{
color: #750C22;
}
.AnyTagClassName
{
color: #750C22;
}
</style>
background-color css
<style>
a { background-color: #750C22; }
a { background-color: rgb(117,12,34); }
div.DivClassName
{
background-color: #750C22;
}
.BgClassName
{
background-color: #750C22;
}
</style>
border-color css
<style>
span { border-color: #750C22; }
span { border-color: rgb(117,12,34); }
td.TdClassName
{
border-color: #750C22;
}
.TagClassName
{
border-color: #750C22;
}
</style>