Shades of Burgundy #750A1F
Tints of Burgundy #750A1F
RGB
CMYK
RGB Variations
Color information
#750A1F (or 0x750A1F) is known color: Burgundy. HEX triplet: 75, 0A and 1F. RGB value is (117,10,31). Sum of RGB (Red+Green+Blue) = 117+10+31=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #750A1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750A1F is #8AF5E0. Grayscale: #2C2C2C. Windows color (decimal): -9106913 or 2034293. OLE color: 2034293.
HSL color Cylindrical-coordinate representation of color #750A1F: hue angle of 348.22º 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 #750A1F is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 10 | 31 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.54 |
| HSL | 348.22º | 0.84% | 0.25% | - |
| HSV(B) | 348.22º | 0.91% | 0.46% | - |
| XYZ | 7.69 | 4.1 | 1.68 | - |
| YUV | 44.39 | 120.45 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 31 | 0 | 0.91 | 0.74 | 0.54 | 348.22 | 0.84 | 0.25 |
| Hex | 75 | A | 1F | 0 | 5B | 4A | 36 | 15C | 54 | 19 |
| Octal | 165 | 12 | 37 | 0 | 133 | 112 | 66 | 534 | 124 | 31 |
| Binary | 1110101 | 1010 | 11111 | 0 | 1011011 | 1001010 | 110110 | 101011100 | 1010100 | 11001 |
Color Harmonies of #750A1F
Complementary color
Monochromatic Colors of #750A1F
Black with #750A1F
Text Example
Text Example
White with #750A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750A1F; }
p { color: rgb(117,10,31); }
H1.HeaderClassName
{
color: #750A1F;
}
.AnyTagClassName
{
color: #750A1F;
}
</style>
background-color css
<style>
a { background-color: #750A1F; }
a { background-color: rgb(117,10,31); }
div.DivClassName
{
background-color: #750A1F;
}
.BgClassName
{
background-color: #750A1F;
}
</style>
border-color css
<style>
span { border-color: #750A1F; }
span { border-color: rgb(117,10,31); }
td.TdClassName
{
border-color: #750A1F;
}
.TagClassName
{
border-color: #750A1F;
}
</style>