Shades of Burgundy #760B28
Tints of Burgundy #760B28
RGB
CMYK
RGB Variations
Color information
#760B28 (or 0x760B28) is known color: Burgundy. HEX triplet: 76, 0B and 28. RGB value is (118,11,40). Sum of RGB (Red+Green+Blue) = 118+11+40=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 11 (4.69% from 255 or 6.51% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #760B28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760B28 is #89F4D7. Grayscale: #2E2E2E. Windows color (decimal): -9041112 or 2624374. OLE color: 2624374.
HSL color Cylindrical-coordinate representation of color #760B28: hue angle of 343.74º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760B28 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 40 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.54 |
| HSL | 343.74º | 0.83% | 0.25% | - |
| HSV(B) | 343.74º | 0.91% | 0.46% | - |
| XYZ | 7.97 | 4.24 | 2.41 | - |
| YUV | 46.3 | 124.45 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 40 | 0 | 0.91 | 0.66 | 0.54 | 343.74 | 0.83 | 0.25 |
| Hex | 76 | B | 28 | 0 | 5B | 42 | 36 | 158 | 53 | 19 |
| Octal | 166 | 13 | 50 | 0 | 133 | 102 | 66 | 530 | 123 | 31 |
| Binary | 1110110 | 1011 | 101000 | 0 | 1011011 | 1000010 | 110110 | 101011000 | 1010011 | 11001 |
Color Harmonies of #760B28
Complementary color
Monochromatic Colors of #760B28
Black with #760B28
Text Example
Text Example
White with #760B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B28; }
p { color: rgb(118,11,40); }
H1.HeaderClassName
{
color: #760B28;
}
.AnyTagClassName
{
color: #760B28;
}
</style>
background-color css
<style>
a { background-color: #760B28; }
a { background-color: rgb(118,11,40); }
div.DivClassName
{
background-color: #760B28;
}
.BgClassName
{
background-color: #760B28;
}
</style>
border-color css
<style>
span { border-color: #760B28; }
span { border-color: rgb(118,11,40); }
td.TdClassName
{
border-color: #760B28;
}
.TagClassName
{
border-color: #760B28;
}
</style>