Shades of Burgundy #75011E
Tints of Burgundy #75011E
RGB
CMYK
RGB Variations
Color information
#75011E (or 0x75011E) is known color: Burgundy. HEX triplet: 75, 01 and 1E. RGB value is (117,1,30). Sum of RGB (Red+Green+Blue) = 117+1+30=148 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.05% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 117 - color contains mainly: red. Hex color #75011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75011E is #8AFEE1. Grayscale: #262626. Windows color (decimal): -9109218 or 1966453. OLE color: 1966453.
HSL color Cylindrical-coordinate representation of color #75011E: hue angle of 345º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75011E is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 1 | 30 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.54 |
| HSL | 345º | 0.98% | 0.23% | - |
| HSV(B) | 345º | 0.99% | 0.46% | - |
| XYZ | 7.58 | 3.9 | 1.58 | - |
| YUV | 38.99 | 122.93 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 30 | 0 | 0.99 | 0.74 | 0.54 | 345 | 0.98 | 0.23 |
| Hex | 75 | 1 | 1E | 0 | 63 | 4A | 36 | 159 | 62 | 17 |
| Octal | 165 | 1 | 36 | 0 | 143 | 112 | 66 | 531 | 142 | 27 |
| Binary | 1110101 | 1 | 11110 | 0 | 1100011 | 1001010 | 110110 | 101011001 | 1100010 | 10111 |
Color Harmonies of #75011E
Complementary color
Monochromatic Colors of #75011E
Black with #75011E
Text Example
Text Example
White with #75011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75011E; }
p { color: rgb(117,1,30); }
H1.HeaderClassName
{
color: #75011E;
}
.AnyTagClassName
{
color: #75011E;
}
</style>
background-color css
<style>
a { background-color: #75011E; }
a { background-color: rgb(117,1,30); }
div.DivClassName
{
background-color: #75011E;
}
.BgClassName
{
background-color: #75011E;
}
</style>
border-color css
<style>
span { border-color: #75011E; }
span { border-color: rgb(117,1,30); }
td.TdClassName
{
border-color: #75011E;
}
.TagClassName
{
border-color: #75011E;
}
</style>