Shades of Burgundy #750515
Tints of Burgundy #750515
RGB
CMYK
RGB Variations
Color information
#750515 (or 0x750515) is known color: Burgundy. HEX triplet: 75, 05 and 15. RGB value is (117,5,21). Sum of RGB (Red+Green+Blue) = 117+5+21=143 (18% of max value = 765). Red value is 117 (46.09% from 255 or 81.82% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 117 - color contains mainly: red. Hex color #750515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750515 is #8AFAEA. Grayscale: #282828. Windows color (decimal): -9108203 or 1377653. OLE color: 1377653.
HSL color Cylindrical-coordinate representation of color #750515: hue angle of 351.43º 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 #750515 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 5 | 21 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.54 |
| HSL | 351.43º | 0.92% | 0.24% | - |
| HSV(B) | 351.43º | 0.96% | 0.46% | - |
| XYZ | 7.53 | 3.94 | 1.07 | - |
| YUV | 40.31 | 117.11 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 21 | 0 | 0.96 | 0.82 | 0.54 | 351.43 | 0.92 | 0.24 |
| Hex | 75 | 5 | 15 | 0 | 60 | 52 | 36 | 15F | 5C | 18 |
| Octal | 165 | 5 | 25 | 0 | 140 | 122 | 66 | 537 | 134 | 30 |
| Binary | 1110101 | 101 | 10101 | 0 | 1100000 | 1010010 | 110110 | 101011111 | 1011100 | 11000 |
Color Harmonies of #750515
Complementary color
Monochromatic Colors of #750515
Black with #750515
Text Example
Text Example
White with #750515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750515; }
p { color: rgb(117,5,21); }
H1.HeaderClassName
{
color: #750515;
}
.AnyTagClassName
{
color: #750515;
}
</style>
background-color css
<style>
a { background-color: #750515; }
a { background-color: rgb(117,5,21); }
div.DivClassName
{
background-color: #750515;
}
.BgClassName
{
background-color: #750515;
}
</style>
border-color css
<style>
span { border-color: #750515; }
span { border-color: rgb(117,5,21); }
td.TdClassName
{
border-color: #750515;
}
.TagClassName
{
border-color: #750515;
}
</style>