Shades of Burgundy #75010D
Tints of Burgundy #75010D
RGB
CMYK
RGB Variations
Color information
#75010D (or 0x75010D) is known color: Burgundy. HEX triplet: 75, 01 and 0D. RGB value is (117,1,13). Sum of RGB (Red+Green+Blue) = 117+1+13=131 (17% of max value = 765). Red value is 117 (46.09% from 255 or 89.31% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 117 - color contains mainly: red. Hex color #75010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75010D is #8AFEF2. Grayscale: #252525. Windows color (decimal): -9109235 or 852341. OLE color: 852341.
HSL color Cylindrical-coordinate representation of color #75010D: hue angle of 353.79º 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 #75010D is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.54 |
| HSL | 353.79º | 0.98% | 0.23% | - |
| HSV(B) | 353.79º | 0.99% | 0.46% | - |
| XYZ | 7.42 | 3.83 | 0.73 | - |
| YUV | 37.05 | 114.43 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 13 | 0 | 0.99 | 0.89 | 0.54 | 353.79 | 0.98 | 0.23 |
| Hex | 75 | 1 | D | 0 | 63 | 59 | 36 | 162 | 62 | 17 |
| Octal | 165 | 1 | 15 | 0 | 143 | 131 | 66 | 542 | 142 | 27 |
| Binary | 1110101 | 1 | 1101 | 0 | 1100011 | 1011001 | 110110 | 101100010 | 1100010 | 10111 |
Color Harmonies of #75010D
Complementary color
Monochromatic Colors of #75010D
Black with #75010D
Text Example
Text Example
White with #75010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75010D; }
p { color: rgb(117,1,13); }
H1.HeaderClassName
{
color: #75010D;
}
.AnyTagClassName
{
color: #75010D;
}
</style>
background-color css
<style>
a { background-color: #75010D; }
a { background-color: rgb(117,1,13); }
div.DivClassName
{
background-color: #75010D;
}
.BgClassName
{
background-color: #75010D;
}
</style>
border-color css
<style>
span { border-color: #75010D; }
span { border-color: rgb(117,1,13); }
td.TdClassName
{
border-color: #75010D;
}
.TagClassName
{
border-color: #75010D;
}
</style>