Shades of Burgundy #75090D
Tints of Burgundy #75090D
RGB
CMYK
RGB Variations
Color information
#75090D (or 0x75090D) is known color: Burgundy. HEX triplet: 75, 09 and 0D. RGB value is (117,9,13). Sum of RGB (Red+Green+Blue) = 117+9+13=139 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.17% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 117 - color contains mainly: red. Hex color #75090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75090D is #8AF6F2. Grayscale: #292929. Windows color (decimal): -9107187 or 854389. OLE color: 854389.
HSL color Cylindrical-coordinate representation of color #75090D: hue angle of 357.78º 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 #75090D is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 9 | 13 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.54 |
| HSL | 357.78º | 0.86% | 0.25% | - |
| HSV(B) | 357.78º | 0.92% | 0.46% | - |
| XYZ | 7.51 | 4.01 | 0.76 | - |
| YUV | 41.75 | 111.78 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 13 | 0 | 0.92 | 0.89 | 0.54 | 357.78 | 0.86 | 0.25 |
| Hex | 75 | 9 | D | 0 | 5C | 59 | 36 | 166 | 56 | 19 |
| Octal | 165 | 11 | 15 | 0 | 134 | 131 | 66 | 546 | 126 | 31 |
| Binary | 1110101 | 1001 | 1101 | 0 | 1011100 | 1011001 | 110110 | 101100110 | 1010110 | 11001 |
Color Harmonies of #75090D
Complementary color
Monochromatic Colors of #75090D
Black with #75090D
Text Example
Text Example
White with #75090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75090D; }
p { color: rgb(117,9,13); }
H1.HeaderClassName
{
color: #75090D;
}
.AnyTagClassName
{
color: #75090D;
}
</style>
background-color css
<style>
a { background-color: #75090D; }
a { background-color: rgb(117,9,13); }
div.DivClassName
{
background-color: #75090D;
}
.BgClassName
{
background-color: #75090D;
}
</style>
border-color css
<style>
span { border-color: #75090D; }
span { border-color: rgb(117,9,13); }
td.TdClassName
{
border-color: #75090D;
}
.TagClassName
{
border-color: #75090D;
}
</style>