Shades of Burgundy #75051E
Tints of Burgundy #75051E
RGB
CMYK
RGB Variations
Color information
#75051E (or 0x75051E) is known color: Burgundy. HEX triplet: 75, 05 and 1E. RGB value is (117,5,30). Sum of RGB (Red+Green+Blue) = 117+5+30=152 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.97% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 117 - color contains mainly: red. Hex color #75051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75051E is #8AFAE1. Grayscale: #292929. Windows color (decimal): -9108194 or 1967477. OLE color: 1967477.
HSL color Cylindrical-coordinate representation of color #75051E: hue angle of 346.61º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75051E is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 5 | 30 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.54 |
| HSL | 346.61º | 0.92% | 0.24% | - |
| HSV(B) | 346.61º | 0.96% | 0.46% | - |
| XYZ | 7.62 | 3.98 | 1.6 | - |
| YUV | 41.34 | 121.61 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 30 | 0 | 0.96 | 0.74 | 0.54 | 346.61 | 0.92 | 0.24 |
| Hex | 75 | 5 | 1E | 0 | 60 | 4A | 36 | 15B | 5C | 18 |
| Octal | 165 | 5 | 36 | 0 | 140 | 112 | 66 | 533 | 134 | 30 |
| Binary | 1110101 | 101 | 11110 | 0 | 1100000 | 1001010 | 110110 | 101011011 | 1011100 | 11000 |
Color Harmonies of #75051E
Complementary color
Monochromatic Colors of #75051E
Black with #75051E
Text Example
Text Example
White with #75051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75051E; }
p { color: rgb(117,5,30); }
H1.HeaderClassName
{
color: #75051E;
}
.AnyTagClassName
{
color: #75051E;
}
</style>
background-color css
<style>
a { background-color: #75051E; }
a { background-color: rgb(117,5,30); }
div.DivClassName
{
background-color: #75051E;
}
.BgClassName
{
background-color: #75051E;
}
</style>
border-color css
<style>
span { border-color: #75051E; }
span { border-color: rgb(117,5,30); }
td.TdClassName
{
border-color: #75051E;
}
.TagClassName
{
border-color: #75051E;
}
</style>