Shades of Burgundy #8B0740
Tints of Burgundy #8B0740
RGB
CMYK
RGB Variations
Color information
#8B0740 (or 0x8B0740) is known color: Burgundy. HEX triplet: 8B, 07 and 40. RGB value is (139,7,64). Sum of RGB (Red+Green+Blue) = 139+7+64=210 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.19% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0740 is #74F8BF. Grayscale: #343434. Windows color (decimal): -7665856 or 4196235. OLE color: 4196235.
HSL color Cylindrical-coordinate representation of color #8B0740: hue angle of 334.09º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B0740 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 7 | 64 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.45 |
| HSL | 334.09º | 0.9% | 0.29% | - |
| HSV(B) | 334.09º | 0.95% | 0.55% | - |
| XYZ | 11.65 | 6.01 | 5.4 | - |
| YUV | 52.97 | 134.23 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 7 | 64 | 0 | 0.95 | 0.54 | 0.45 | 334.09 | 0.9 | 0.29 |
| Hex | 8B | 7 | 40 | 0 | 5F | 36 | 2D | 14E | 5A | 1D |
| Octal | 213 | 7 | 100 | 0 | 137 | 66 | 55 | 516 | 132 | 35 |
| Binary | 10001011 | 111 | 1000000 | 0 | 1011111 | 110110 | 101101 | 101001110 | 1011010 | 11101 |
Color Harmonies of #8B0740
Complementary color
Monochromatic Colors of #8B0740
Black with #8B0740
Text Example
Text Example
White with #8B0740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0740; }
p { color: rgb(139,7,64); }
H1.HeaderClassName
{
color: #8B0740;
}
.AnyTagClassName
{
color: #8B0740;
}
</style>
background-color css
<style>
a { background-color: #8B0740; }
a { background-color: rgb(139,7,64); }
div.DivClassName
{
background-color: #8B0740;
}
.BgClassName
{
background-color: #8B0740;
}
</style>
border-color css
<style>
span { border-color: #8B0740; }
span { border-color: rgb(139,7,64); }
td.TdClassName
{
border-color: #8B0740;
}
.TagClassName
{
border-color: #8B0740;
}
</style>