Shades of Burgundy #760C28
Tints of Burgundy #760C28
RGB
CMYK
RGB Variations
Color information
#760C28 (or 0x760C28) is known color: Burgundy. HEX triplet: 76, 0C and 28. RGB value is (118,12,40). Sum of RGB (Red+Green+Blue) = 118+12+40=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #760C28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760C28 is #89F3D7. Grayscale: #2E2E2E. Windows color (decimal): -9040856 or 2624630. OLE color: 2624630.
HSL color Cylindrical-coordinate representation of color #760C28: hue angle of 344.15º 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 #760C28 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 12 | 40 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.54 |
| HSL | 344.15º | 0.82% | 0.25% | - |
| HSV(B) | 344.15º | 0.9% | 0.46% | - |
| XYZ | 7.99 | 4.27 | 2.41 | - |
| YUV | 46.89 | 124.12 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 40 | 0 | 0.90 | 0.66 | 0.54 | 344.15 | 0.82 | 0.25 |
| Hex | 76 | C | 28 | 0 | 5A | 42 | 36 | 158 | 52 | 19 |
| Octal | 166 | 14 | 50 | 0 | 132 | 102 | 66 | 530 | 122 | 31 |
| Binary | 1110110 | 1100 | 101000 | 0 | 1011010 | 1000010 | 110110 | 101011000 | 1010010 | 11001 |
Color Harmonies of #760C28
Complementary color
Monochromatic Colors of #760C28
Black with #760C28
Text Example
Text Example
White with #760C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760C28; }
p { color: rgb(118,12,40); }
H1.HeaderClassName
{
color: #760C28;
}
.AnyTagClassName
{
color: #760C28;
}
</style>
background-color css
<style>
a { background-color: #760C28; }
a { background-color: rgb(118,12,40); }
div.DivClassName
{
background-color: #760C28;
}
.BgClassName
{
background-color: #760C28;
}
</style>
border-color css
<style>
span { border-color: #760C28; }
span { border-color: rgb(118,12,40); }
td.TdClassName
{
border-color: #760C28;
}
.TagClassName
{
border-color: #760C28;
}
</style>