Shades of Burgundy #75071C
Tints of Burgundy #75071C
RGB
CMYK
RGB Variations
Color information
#75071C (or 0x75071C) is known color: Burgundy. HEX triplet: 75, 07 and 1C. RGB value is (117,7,28). Sum of RGB (Red+Green+Blue) = 117+7+28=152 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.97% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 117 - color contains mainly: red. Hex color #75071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75071C is #8AF8E3. Grayscale: #2A2A2A. Windows color (decimal): -9107684 or 1836917. OLE color: 1836917.
HSL color Cylindrical-coordinate representation of color #75071C: hue angle of 348.55º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75071C is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 7 | 28 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.54 |
| HSL | 348.55º | 0.89% | 0.24% | - |
| HSV(B) | 348.55º | 0.94% | 0.46% | - |
| XYZ | 7.62 | 4.02 | 1.47 | - |
| YUV | 42.28 | 119.94 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 28 | 0 | 0.94 | 0.76 | 0.54 | 348.55 | 0.89 | 0.24 |
| Hex | 75 | 7 | 1C | 0 | 5E | 4C | 36 | 15D | 59 | 18 |
| Octal | 165 | 7 | 34 | 0 | 136 | 114 | 66 | 535 | 131 | 30 |
| Binary | 1110101 | 111 | 11100 | 0 | 1011110 | 1001100 | 110110 | 101011101 | 1011001 | 11000 |
Color Harmonies of #75071C
Complementary color
Monochromatic Colors of #75071C
Black with #75071C
Text Example
Text Example
White with #75071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75071C; }
p { color: rgb(117,7,28); }
H1.HeaderClassName
{
color: #75071C;
}
.AnyTagClassName
{
color: #75071C;
}
</style>
background-color css
<style>
a { background-color: #75071C; }
a { background-color: rgb(117,7,28); }
div.DivClassName
{
background-color: #75071C;
}
.BgClassName
{
background-color: #75071C;
}
</style>
border-color css
<style>
span { border-color: #75071C; }
span { border-color: rgb(117,7,28); }
td.TdClassName
{
border-color: #75071C;
}
.TagClassName
{
border-color: #75071C;
}
</style>