Shades of Burgundy #750127
Tints of Burgundy #750127
RGB
CMYK
RGB Variations
Color information
#750127 (or 0x750127) is known color: Burgundy. HEX triplet: 75, 01 and 27. RGB value is (117,1,39). Sum of RGB (Red+Green+Blue) = 117+1+39=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #750127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750127 is #8AFED8. Grayscale: #272727. Windows color (decimal): -9109209 or 2556277. OLE color: 2556277.
HSL color Cylindrical-coordinate representation of color #750127: hue angle of 340.34º 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 #750127 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.54 |
| HSL | 340.34º | 0.98% | 0.23% | - |
| HSV(B) | 340.34º | 0.99% | 0.46% | - |
| XYZ | 7.71 | 3.95 | 2.28 | - |
| YUV | 40.02 | 127.43 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 39 | 0 | 0.99 | 0.67 | 0.54 | 340.34 | 0.98 | 0.23 |
| Hex | 75 | 1 | 27 | 0 | 63 | 43 | 36 | 154 | 62 | 17 |
| Octal | 165 | 1 | 47 | 0 | 143 | 103 | 66 | 524 | 142 | 27 |
| Binary | 1110101 | 1 | 100111 | 0 | 1100011 | 1000011 | 110110 | 101010100 | 1100010 | 10111 |
Color Harmonies of #750127
Complementary color
Monochromatic Colors of #750127
Black with #750127
Text Example
Text Example
White with #750127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750127; }
p { color: rgb(117,1,39); }
H1.HeaderClassName
{
color: #750127;
}
.AnyTagClassName
{
color: #750127;
}
</style>
background-color css
<style>
a { background-color: #750127; }
a { background-color: rgb(117,1,39); }
div.DivClassName
{
background-color: #750127;
}
.BgClassName
{
background-color: #750127;
}
</style>
border-color css
<style>
span { border-color: #750127; }
span { border-color: rgb(117,1,39); }
td.TdClassName
{
border-color: #750127;
}
.TagClassName
{
border-color: #750127;
}
</style>