Shades of Burgundy #760C24
Tints of Burgundy #760C24
RGB
CMYK
RGB Variations
Color information
#760C24 (or 0x760C24) is known color: Burgundy. HEX triplet: 76, 0C and 24. RGB value is (118,12,36). Sum of RGB (Red+Green+Blue) = 118+12+36=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #760C24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760C24 is #89F3DB. Grayscale: #2E2E2E. Windows color (decimal): -9040860 or 2362486. OLE color: 2362486.
HSL color Cylindrical-coordinate representation of color #760C24: hue angle of 346.42º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C24 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 12 | 36 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.54 |
| HSL | 346.42º | 0.82% | 0.25% | - |
| HSV(B) | 346.42º | 0.9% | 0.46% | - |
| XYZ | 7.92 | 4.24 | 2.07 | - |
| YUV | 46.43 | 122.12 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 36 | 0 | 0.90 | 0.69 | 0.54 | 346.42 | 0.82 | 0.25 |
| Hex | 76 | C | 24 | 0 | 5A | 45 | 36 | 15A | 52 | 19 |
| Octal | 166 | 14 | 44 | 0 | 132 | 105 | 66 | 532 | 122 | 31 |
| Binary | 1110110 | 1100 | 100100 | 0 | 1011010 | 1000101 | 110110 | 101011010 | 1010010 | 11001 |
Color Harmonies of #760C24
Complementary color
Monochromatic Colors of #760C24
Black with #760C24
Text Example
Text Example
White with #760C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760C24; }
p { color: rgb(118,12,36); }
H1.HeaderClassName
{
color: #760C24;
}
.AnyTagClassName
{
color: #760C24;
}
</style>
background-color css
<style>
a { background-color: #760C24; }
a { background-color: rgb(118,12,36); }
div.DivClassName
{
background-color: #760C24;
}
.BgClassName
{
background-color: #760C24;
}
</style>
border-color css
<style>
span { border-color: #760C24; }
span { border-color: rgb(118,12,36); }
td.TdClassName
{
border-color: #760C24;
}
.TagClassName
{
border-color: #760C24;
}
</style>