Shades of Burgundy #760023
Tints of Burgundy #760023
RGB
CMYK
RGB Variations
Color information
#760023 (or 0x760023) is known color: Burgundy. HEX triplet: 76, 00 and 23. RGB value is (118,0,35). Sum of RGB (Red+Green+Blue) = 118+0+35=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #760023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760023 is #89FFDC. Grayscale: #272727. Windows color (decimal): -9043933 or 2293878. OLE color: 2293878.
HSL color Cylindrical-coordinate representation of color #760023: hue angle of 342.2º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760023 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.70 | 0.54 |
| HSL | 342.2º | 1% | 0.23% | - |
| HSV(B) | 342.2º | 1% | 0.46% | - |
| XYZ | 7.77 | 3.97 | 1.95 | - |
| YUV | 39.27 | 125.59 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 35 | 0 | 1 | 0.70 | 0.54 | 342.2 | 1 | 0.23 |
| Hex | 76 | 0 | 23 | 0 | 64 | 46 | 36 | 156 | 64 | 17 |
| Octal | 166 | 0 | 43 | 0 | 144 | 106 | 66 | 526 | 144 | 27 |
| Binary | 1110110 | 0 | 100011 | 0 | 1100100 | 1000110 | 110110 | 101010110 | 1100100 | 10111 |
Color Harmonies of #760023
Complementary color
Monochromatic Colors of #760023
Black with #760023
Text Example
Text Example
White with #760023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760023; }
p { color: rgb(118,0,35); }
H1.HeaderClassName
{
color: #760023;
}
.AnyTagClassName
{
color: #760023;
}
</style>
background-color css
<style>
a { background-color: #760023; }
a { background-color: rgb(118,0,35); }
div.DivClassName
{
background-color: #760023;
}
.BgClassName
{
background-color: #760023;
}
</style>
border-color css
<style>
span { border-color: #760023; }
span { border-color: rgb(118,0,35); }
td.TdClassName
{
border-color: #760023;
}
.TagClassName
{
border-color: #760023;
}
</style>