Shades of Burgundy #75091C
Tints of Burgundy #75091C
RGB
CMYK
RGB Variations
Color information
#75091C (or 0x75091C) is known color: Burgundy. HEX triplet: 75, 09 and 1C. RGB value is (117,9,28). Sum of RGB (Red+Green+Blue) = 117+9+28=154 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.97% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 117 - color contains mainly: red. Hex color #75091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75091C is #8AF6E3. Grayscale: #2B2B2B. Windows color (decimal): -9107172 or 1837429. OLE color: 1837429.
HSL color Cylindrical-coordinate representation of color #75091C: hue angle of 349.44º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75091C is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 9 | 28 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.54 |
| HSL | 349.44º | 0.86% | 0.25% | - |
| HSV(B) | 349.44º | 0.92% | 0.46% | - |
| XYZ | 7.64 | 4.06 | 1.48 | - |
| YUV | 43.46 | 119.28 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 28 | 0 | 0.92 | 0.76 | 0.54 | 349.44 | 0.86 | 0.25 |
| Hex | 75 | 9 | 1C | 0 | 5C | 4C | 36 | 15D | 56 | 19 |
| Octal | 165 | 11 | 34 | 0 | 134 | 114 | 66 | 535 | 126 | 31 |
| Binary | 1110101 | 1001 | 11100 | 0 | 1011100 | 1001100 | 110110 | 101011101 | 1010110 | 11001 |
Color Harmonies of #75091C
Complementary color
Monochromatic Colors of #75091C
Black with #75091C
Text Example
Text Example
White with #75091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75091C; }
p { color: rgb(117,9,28); }
H1.HeaderClassName
{
color: #75091C;
}
.AnyTagClassName
{
color: #75091C;
}
</style>
background-color css
<style>
a { background-color: #75091C; }
a { background-color: rgb(117,9,28); }
div.DivClassName
{
background-color: #75091C;
}
.BgClassName
{
background-color: #75091C;
}
</style>
border-color css
<style>
span { border-color: #75091C; }
span { border-color: rgb(117,9,28); }
td.TdClassName
{
border-color: #75091C;
}
.TagClassName
{
border-color: #75091C;
}
</style>