Shades of Burgundy #750A1D
Tints of Burgundy #750A1D
RGB
CMYK
RGB Variations
Color information
#750A1D (or 0x750A1D) is known color: Burgundy. HEX triplet: 75, 0A and 1D. RGB value is (117,10,29). Sum of RGB (Red+Green+Blue) = 117+10+29=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 10 (4.30% from 255 or 6.41% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #750A1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750A1D is #8AF5E2. Grayscale: #2C2C2C. Windows color (decimal): -9106915 or 1903221. OLE color: 1903221.
HSL color Cylindrical-coordinate representation of color #750A1D: hue angle of 349.35º degrees, saturation: 0.84, 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 #750A1D is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 10 | 29 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.54 |
| HSL | 349.35º | 0.84% | 0.25% | - |
| HSV(B) | 349.35º | 0.91% | 0.46% | - |
| XYZ | 7.67 | 4.09 | 1.55 | - |
| YUV | 44.16 | 119.45 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 29 | 0 | 0.91 | 0.75 | 0.54 | 349.35 | 0.84 | 0.25 |
| Hex | 75 | A | 1D | 0 | 5B | 4B | 36 | 15D | 54 | 19 |
| Octal | 165 | 12 | 35 | 0 | 133 | 113 | 66 | 535 | 124 | 31 |
| Binary | 1110101 | 1010 | 11101 | 0 | 1011011 | 1001011 | 110110 | 101011101 | 1010100 | 11001 |
Color Harmonies of #750A1D
Complementary color
Monochromatic Colors of #750A1D
Black with #750A1D
Text Example
Text Example
White with #750A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750A1D; }
p { color: rgb(117,10,29); }
H1.HeaderClassName
{
color: #750A1D;
}
.AnyTagClassName
{
color: #750A1D;
}
</style>
background-color css
<style>
a { background-color: #750A1D; }
a { background-color: rgb(117,10,29); }
div.DivClassName
{
background-color: #750A1D;
}
.BgClassName
{
background-color: #750A1D;
}
</style>
border-color css
<style>
span { border-color: #750A1D; }
span { border-color: rgb(117,10,29); }
td.TdClassName
{
border-color: #750A1D;
}
.TagClassName
{
border-color: #750A1D;
}
</style>