Shades of Burgundy #75012B
Tints of Burgundy #75012B
RGB
CMYK
RGB Variations
Color information
#75012B (or 0x75012B) is known color: Burgundy. HEX triplet: 75, 01 and 2B. RGB value is (117,1,43). Sum of RGB (Red+Green+Blue) = 117+1+43=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #75012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75012B is #8AFED4. Grayscale: #282828. Windows color (decimal): -9109205 or 2818421. OLE color: 2818421.
HSL color Cylindrical-coordinate representation of color #75012B: hue angle of 338.28º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75012B is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.54 |
| HSL | 338.28º | 0.98% | 0.23% | - |
| HSV(B) | 338.28º | 0.99% | 0.46% | - |
| XYZ | 7.78 | 3.98 | 2.64 | - |
| YUV | 40.47 | 129.43 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 43 | 0 | 0.99 | 0.63 | 0.54 | 338.28 | 0.98 | 0.23 |
| Hex | 75 | 1 | 2B | 0 | 63 | 3F | 36 | 152 | 62 | 17 |
| Octal | 165 | 1 | 53 | 0 | 143 | 77 | 66 | 522 | 142 | 27 |
| Binary | 1110101 | 1 | 101011 | 0 | 1100011 | 111111 | 110110 | 101010010 | 1100010 | 10111 |
Color Harmonies of #75012B
Complementary color
Monochromatic Colors of #75012B
Black with #75012B
Text Example
Text Example
White with #75012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75012B; }
p { color: rgb(117,1,43); }
H1.HeaderClassName
{
color: #75012B;
}
.AnyTagClassName
{
color: #75012B;
}
</style>
background-color css
<style>
a { background-color: #75012B; }
a { background-color: rgb(117,1,43); }
div.DivClassName
{
background-color: #75012B;
}
.BgClassName
{
background-color: #75012B;
}
</style>
border-color css
<style>
span { border-color: #75012B; }
span { border-color: rgb(117,1,43); }
td.TdClassName
{
border-color: #75012B;
}
.TagClassName
{
border-color: #75012B;
}
</style>