Shades of Burgundy #750123
Tints of Burgundy #750123
RGB
CMYK
RGB Variations
Color information
#750123 (or 0x750123) is known color: Burgundy. HEX triplet: 75, 01 and 23. RGB value is (117,1,35). Sum of RGB (Red+Green+Blue) = 117+1+35=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #750123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750123 is #8AFEDC. Grayscale: #272727. Windows color (decimal): -9109213 or 2294133. OLE color: 2294133.
HSL color Cylindrical-coordinate representation of color #750123: hue angle of 342.41º 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 #750123 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 1 | 35 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.54 |
| HSL | 342.41º | 0.98% | 0.23% | - |
| HSV(B) | 342.41º | 0.99% | 0.46% | - |
| XYZ | 7.65 | 3.92 | 1.94 | - |
| YUV | 39.56 | 125.43 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 35 | 0 | 0.99 | 0.70 | 0.54 | 342.41 | 0.98 | 0.23 |
| Hex | 75 | 1 | 23 | 0 | 63 | 46 | 36 | 156 | 62 | 17 |
| Octal | 165 | 1 | 43 | 0 | 143 | 106 | 66 | 526 | 142 | 27 |
| Binary | 1110101 | 1 | 100011 | 0 | 1100011 | 1000110 | 110110 | 101010110 | 1100010 | 10111 |
Color Harmonies of #750123
Complementary color
Monochromatic Colors of #750123
Black with #750123
Text Example
Text Example
White with #750123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750123; }
p { color: rgb(117,1,35); }
H1.HeaderClassName
{
color: #750123;
}
.AnyTagClassName
{
color: #750123;
}
</style>
background-color css
<style>
a { background-color: #750123; }
a { background-color: rgb(117,1,35); }
div.DivClassName
{
background-color: #750123;
}
.BgClassName
{
background-color: #750123;
}
</style>
border-color css
<style>
span { border-color: #750123; }
span { border-color: rgb(117,1,35); }
td.TdClassName
{
border-color: #750123;
}
.TagClassName
{
border-color: #750123;
}
</style>