Shades of Burgundy #75050C
Tints of Burgundy #75050C
RGB
CMYK
RGB Variations
Color information
#75050C (or 0x75050C) is known color: Burgundy. HEX triplet: 75, 05 and 0C. RGB value is (117,5,12). Sum of RGB (Red+Green+Blue) = 117+5+12=134 (17% of max value = 765). Red value is 117 (46.09% from 255 or 87.31% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 117 - color contains mainly: red. Hex color #75050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75050C is #8AFAF3. Grayscale: #272727. Windows color (decimal): -9108212 or 787829. OLE color: 787829.
HSL color Cylindrical-coordinate representation of color #75050C: hue angle of 356.25º 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 #75050C is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 5 | 12 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.54 |
| HSL | 356.25º | 0.92% | 0.24% | - |
| HSV(B) | 356.25º | 0.96% | 0.46% | - |
| XYZ | 7.46 | 3.92 | 0.71 | - |
| YUV | 39.29 | 112.61 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 12 | 0 | 0.96 | 0.90 | 0.54 | 356.25 | 0.92 | 0.24 |
| Hex | 75 | 5 | C | 0 | 60 | 5A | 36 | 164 | 5C | 18 |
| Octal | 165 | 5 | 14 | 0 | 140 | 132 | 66 | 544 | 134 | 30 |
| Binary | 1110101 | 101 | 1100 | 0 | 1100000 | 1011010 | 110110 | 101100100 | 1011100 | 11000 |
Color Harmonies of #75050C
Complementary color
Monochromatic Colors of #75050C
Black with #75050C
Text Example
Text Example
White with #75050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75050C; }
p { color: rgb(117,5,12); }
H1.HeaderClassName
{
color: #75050C;
}
.AnyTagClassName
{
color: #75050C;
}
</style>
background-color css
<style>
a { background-color: #75050C; }
a { background-color: rgb(117,5,12); }
div.DivClassName
{
background-color: #75050C;
}
.BgClassName
{
background-color: #75050C;
}
</style>
border-color css
<style>
span { border-color: #75050C; }
span { border-color: rgb(117,5,12); }
td.TdClassName
{
border-color: #75050C;
}
.TagClassName
{
border-color: #75050C;
}
</style>