Shades of Burgundy #750A1B
Tints of Burgundy #750A1B
RGB
CMYK
RGB Variations
Color information
#750A1B (or 0x750A1B) is known color: Burgundy. HEX triplet: 75, 0A and 1B. RGB value is (117,10,27). Sum of RGB (Red+Green+Blue) = 117+10+27=154 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.97% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 117 - color contains mainly: red. Hex color #750A1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750A1B is #8AF5E4. Grayscale: #2B2B2B. Windows color (decimal): -9106917 or 1772149. OLE color: 1772149.
HSL color Cylindrical-coordinate representation of color #750A1B: hue angle of 350.47º 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 #750A1B is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 10 | 27 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.54 |
| HSL | 350.47º | 0.84% | 0.25% | - |
| HSV(B) | 350.47º | 0.91% | 0.46% | - |
| XYZ | 7.64 | 4.08 | 1.42 | - |
| YUV | 43.93 | 118.45 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 27 | 0 | 0.91 | 0.77 | 0.54 | 350.47 | 0.84 | 0.25 |
| Hex | 75 | A | 1B | 0 | 5B | 4D | 36 | 15E | 54 | 19 |
| Octal | 165 | 12 | 33 | 0 | 133 | 115 | 66 | 536 | 124 | 31 |
| Binary | 1110101 | 1010 | 11011 | 0 | 1011011 | 1001101 | 110110 | 101011110 | 1010100 | 11001 |
Color Harmonies of #750A1B
Complementary color
Monochromatic Colors of #750A1B
Black with #750A1B
Text Example
Text Example
White with #750A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750A1B; }
p { color: rgb(117,10,27); }
H1.HeaderClassName
{
color: #750A1B;
}
.AnyTagClassName
{
color: #750A1B;
}
</style>
background-color css
<style>
a { background-color: #750A1B; }
a { background-color: rgb(117,10,27); }
div.DivClassName
{
background-color: #750A1B;
}
.BgClassName
{
background-color: #750A1B;
}
</style>
border-color css
<style>
span { border-color: #750A1B; }
span { border-color: rgb(117,10,27); }
td.TdClassName
{
border-color: #750A1B;
}
.TagClassName
{
border-color: #750A1B;
}
</style>