Shades of Burgundy #8B0741
Tints of Burgundy #8B0741
RGB
CMYK
RGB Variations
Color information
#8B0741 (or 0x8B0741) is known color: Burgundy. HEX triplet: 8B, 07 and 41. RGB value is (139,7,65). Sum of RGB (Red+Green+Blue) = 139+7+65=211 (27% of max value = 765). Red value is 139 (54.69% from 255 or 65.88% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0741 is #74F8BE. Grayscale: #343434. Windows color (decimal): -7665855 or 4261771. OLE color: 4261771.
HSL color Cylindrical-coordinate representation of color #8B0741: hue angle of 333.64º 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 #8B0741 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 7 | 65 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.45 |
| HSL | 333.64º | 0.9% | 0.29% | - |
| HSV(B) | 333.64º | 0.95% | 0.55% | - |
| XYZ | 11.68 | 6.02 | 5.55 | - |
| YUV | 53.08 | 134.73 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 7 | 65 | 0 | 0.95 | 0.53 | 0.45 | 333.64 | 0.9 | 0.29 |
| Hex | 8B | 7 | 41 | 0 | 5F | 35 | 2D | 14E | 5A | 1D |
| Octal | 213 | 7 | 101 | 0 | 137 | 65 | 55 | 516 | 132 | 35 |
| Binary | 10001011 | 111 | 1000001 | 0 | 1011111 | 110101 | 101101 | 101001110 | 1011010 | 11101 |
Color Harmonies of #8B0741
Complementary color
Monochromatic Colors of #8B0741
Black with #8B0741
Text Example
Text Example
White with #8B0741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0741; }
p { color: rgb(139,7,65); }
H1.HeaderClassName
{
color: #8B0741;
}
.AnyTagClassName
{
color: #8B0741;
}
</style>
background-color css
<style>
a { background-color: #8B0741; }
a { background-color: rgb(139,7,65); }
div.DivClassName
{
background-color: #8B0741;
}
.BgClassName
{
background-color: #8B0741;
}
</style>
border-color css
<style>
span { border-color: #8B0741; }
span { border-color: rgb(139,7,65); }
td.TdClassName
{
border-color: #8B0741;
}
.TagClassName
{
border-color: #8B0741;
}
</style>