Shades of Burgundy #760A23
Tints of Burgundy #760A23
RGB
CMYK
RGB Variations
Color information
#760A23 (or 0x760A23) is known color: Burgundy. HEX triplet: 76, 0A and 23. RGB value is (118,10,35). Sum of RGB (Red+Green+Blue) = 118+10+35=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #760A23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760A23 is #89F5DC. Grayscale: #2D2D2D. Windows color (decimal): -9041373 or 2296438. OLE color: 2296438.
HSL color Cylindrical-coordinate representation of color #760A23: hue angle of 346.11º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760A23 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 10 | 35 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.54 |
| HSL | 346.11º | 0.84% | 0.25% | - |
| HSV(B) | 346.11º | 0.92% | 0.46% | - |
| XYZ | 7.88 | 4.19 | 1.98 | - |
| YUV | 45.14 | 122.28 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 35 | 0 | 0.92 | 0.70 | 0.54 | 346.11 | 0.84 | 0.25 |
| Hex | 76 | A | 23 | 0 | 5C | 46 | 36 | 15A | 54 | 19 |
| Octal | 166 | 12 | 43 | 0 | 134 | 106 | 66 | 532 | 124 | 31 |
| Binary | 1110110 | 1010 | 100011 | 0 | 1011100 | 1000110 | 110110 | 101011010 | 1010100 | 11001 |
Color Harmonies of #760A23
Complementary color
Monochromatic Colors of #760A23
Black with #760A23
Text Example
Text Example
White with #760A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760A23; }
p { color: rgb(118,10,35); }
H1.HeaderClassName
{
color: #760A23;
}
.AnyTagClassName
{
color: #760A23;
}
</style>
background-color css
<style>
a { background-color: #760A23; }
a { background-color: rgb(118,10,35); }
div.DivClassName
{
background-color: #760A23;
}
.BgClassName
{
background-color: #760A23;
}
</style>
border-color css
<style>
span { border-color: #760A23; }
span { border-color: rgb(118,10,35); }
td.TdClassName
{
border-color: #760A23;
}
.TagClassName
{
border-color: #760A23;
}
</style>