Shades of Burgundy #75040B
Tints of Burgundy #75040B
RGB
CMYK
RGB Variations
Color information
#75040B (or 0x75040B) is known color: Burgundy. HEX triplet: 75, 04 and 0B. RGB value is (117,4,11). Sum of RGB (Red+Green+Blue) = 117+4+11=132 (17% of max value = 765). Red value is 117 (46.09% from 255 or 88.64% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 117 - color contains mainly: red. Hex color #75040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75040B is #8AFBF4. Grayscale: #262626. Windows color (decimal): -9108469 or 722037. OLE color: 722037.
HSL color Cylindrical-coordinate representation of color #75040B: hue angle of 356.28º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75040B is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 4 | 11 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.54 |
| HSL | 356.28º | 0.93% | 0.24% | - |
| HSV(B) | 356.28º | 0.97% | 0.46% | - |
| XYZ | 7.44 | 3.89 | 0.68 | - |
| YUV | 38.59 | 112.44 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 4 | 11 | 0 | 0.97 | 0.91 | 0.54 | 356.28 | 0.93 | 0.24 |
| Hex | 75 | 4 | B | 0 | 61 | 5B | 36 | 164 | 5D | 18 |
| Octal | 165 | 4 | 13 | 0 | 141 | 133 | 66 | 544 | 135 | 30 |
| Binary | 1110101 | 100 | 1011 | 0 | 1100001 | 1011011 | 110110 | 101100100 | 1011101 | 11000 |
Color Harmonies of #75040B
Complementary color
Monochromatic Colors of #75040B
Black with #75040B
Text Example
Text Example
White with #75040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75040B; }
p { color: rgb(117,4,11); }
H1.HeaderClassName
{
color: #75040B;
}
.AnyTagClassName
{
color: #75040B;
}
</style>
background-color css
<style>
a { background-color: #75040B; }
a { background-color: rgb(117,4,11); }
div.DivClassName
{
background-color: #75040B;
}
.BgClassName
{
background-color: #75040B;
}
</style>
border-color css
<style>
span { border-color: #75040B; }
span { border-color: rgb(117,4,11); }
td.TdClassName
{
border-color: #75040B;
}
.TagClassName
{
border-color: #75040B;
}
</style>