Shades of Burgundy #75010C
Tints of Burgundy #75010C
RGB
CMYK
RGB Variations
Color information
#75010C (or 0x75010C) is known color: Burgundy. HEX triplet: 75, 01 and 0C. RGB value is (117,1,12). Sum of RGB (Red+Green+Blue) = 117+1+12=130 (17% of max value = 765). Red value is 117 (46.09% from 255 or 90% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 117 - color contains mainly: red. Hex color #75010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75010C is #8AFEF3. Grayscale: #252525. Windows color (decimal): -9109236 or 786805. OLE color: 786805.
HSL color Cylindrical-coordinate representation of color #75010C: hue angle of 354.31º 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 #75010C is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.54 |
| HSL | 354.31º | 0.98% | 0.23% | - |
| HSV(B) | 354.31º | 0.99% | 0.46% | - |
| XYZ | 7.41 | 3.83 | 0.7 | - |
| YUV | 36.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 12 | 0 | 0.99 | 0.90 | 0.54 | 354.31 | 0.98 | 0.23 |
| Hex | 75 | 1 | C | 0 | 63 | 5A | 36 | 162 | 62 | 17 |
| Octal | 165 | 1 | 14 | 0 | 143 | 132 | 66 | 542 | 142 | 27 |
| Binary | 1110101 | 1 | 1100 | 0 | 1100011 | 1011010 | 110110 | 101100010 | 1100010 | 10111 |
Color Harmonies of #75010C
Complementary color
Monochromatic Colors of #75010C
Black with #75010C
Text Example
Text Example
White with #75010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75010C; }
p { color: rgb(117,1,12); }
H1.HeaderClassName
{
color: #75010C;
}
.AnyTagClassName
{
color: #75010C;
}
</style>
background-color css
<style>
a { background-color: #75010C; }
a { background-color: rgb(117,1,12); }
div.DivClassName
{
background-color: #75010C;
}
.BgClassName
{
background-color: #75010C;
}
</style>
border-color css
<style>
span { border-color: #75010C; }
span { border-color: rgb(117,1,12); }
td.TdClassName
{
border-color: #75010C;
}
.TagClassName
{
border-color: #75010C;
}
</style>