Shades of Burgundy #760B27
Tints of Burgundy #760B27
RGB
CMYK
RGB Variations
Color information
#760B27 (or 0x760B27) is known color: Burgundy. HEX triplet: 76, 0B and 27. RGB value is (118,11,39). Sum of RGB (Red+Green+Blue) = 118+11+39=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 11 (4.69% from 255 or 6.55% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #760B27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760B27 is #89F4D8. Grayscale: #2E2E2E. Windows color (decimal): -9041113 or 2558838. OLE color: 2558838.
HSL color Cylindrical-coordinate representation of color #760B27: hue angle of 344.3º 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 #760B27 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 39 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.54 |
| HSL | 344.3º | 0.83% | 0.25% | - |
| HSV(B) | 344.3º | 0.91% | 0.46% | - |
| XYZ | 7.96 | 4.24 | 2.32 | - |
| YUV | 46.19 | 123.95 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 39 | 0 | 0.91 | 0.67 | 0.54 | 344.3 | 0.83 | 0.25 |
| Hex | 76 | B | 27 | 0 | 5B | 43 | 36 | 158 | 53 | 19 |
| Octal | 166 | 13 | 47 | 0 | 133 | 103 | 66 | 530 | 123 | 31 |
| Binary | 1110110 | 1011 | 100111 | 0 | 1011011 | 1000011 | 110110 | 101011000 | 1010011 | 11001 |
Color Harmonies of #760B27
Complementary color
Monochromatic Colors of #760B27
Black with #760B27
Text Example
Text Example
White with #760B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B27; }
p { color: rgb(118,11,39); }
H1.HeaderClassName
{
color: #760B27;
}
.AnyTagClassName
{
color: #760B27;
}
</style>
background-color css
<style>
a { background-color: #760B27; }
a { background-color: rgb(118,11,39); }
div.DivClassName
{
background-color: #760B27;
}
.BgClassName
{
background-color: #760B27;
}
</style>
border-color css
<style>
span { border-color: #760B27; }
span { border-color: rgb(118,11,39); }
td.TdClassName
{
border-color: #760B27;
}
.TagClassName
{
border-color: #760B27;
}
</style>