Shades of Burgundy #75052B
Tints of Burgundy #75052B
RGB
CMYK
RGB Variations
Color information
#75052B (or 0x75052B) is known color: Burgundy. HEX triplet: 75, 05 and 2B. RGB value is (117,5,43). Sum of RGB (Red+Green+Blue) = 117+5+43=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #75052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75052B is #8AFAD4. Grayscale: #2A2A2A. Windows color (decimal): -9108181 or 2819445. OLE color: 2819445.
HSL color Cylindrical-coordinate representation of color #75052B: hue angle of 339.64º 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 #75052B is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 5 | 43 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.54 |
| HSL | 339.64º | 0.92% | 0.24% | - |
| HSV(B) | 339.64º | 0.96% | 0.46% | - |
| XYZ | 7.83 | 4.06 | 2.66 | - |
| YUV | 42.82 | 128.11 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 43 | 0 | 0.96 | 0.63 | 0.54 | 339.64 | 0.92 | 0.24 |
| Hex | 75 | 5 | 2B | 0 | 60 | 3F | 36 | 154 | 5C | 18 |
| Octal | 165 | 5 | 53 | 0 | 140 | 77 | 66 | 524 | 134 | 30 |
| Binary | 1110101 | 101 | 101011 | 0 | 1100000 | 111111 | 110110 | 101010100 | 1011100 | 11000 |
Color Harmonies of #75052B
Complementary color
Monochromatic Colors of #75052B
Black with #75052B
Text Example
Text Example
White with #75052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75052B; }
p { color: rgb(117,5,43); }
H1.HeaderClassName
{
color: #75052B;
}
.AnyTagClassName
{
color: #75052B;
}
</style>
background-color css
<style>
a { background-color: #75052B; }
a { background-color: rgb(117,5,43); }
div.DivClassName
{
background-color: #75052B;
}
.BgClassName
{
background-color: #75052B;
}
</style>
border-color css
<style>
span { border-color: #75052B; }
span { border-color: rgb(117,5,43); }
td.TdClassName
{
border-color: #75052B;
}
.TagClassName
{
border-color: #75052B;
}
</style>