Shades of Burgundy #8B083B
Tints of Burgundy #8B083B
RGB
CMYK
RGB Variations
Color information
#8B083B (or 0x8B083B) is known color: Burgundy. HEX triplet: 8B, 08 and 3B. RGB value is (139,8,59). Sum of RGB (Red+Green+Blue) = 139+8+59=206 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.48% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 139 - color contains mainly: red. Hex color #8B083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B083B is #74F7C4. Grayscale: #343434. Windows color (decimal): -7665605 or 3868811. OLE color: 3868811.
HSL color Cylindrical-coordinate representation of color #8B083B: hue angle of 336.64º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B083B is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 8 | 59 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.45 |
| HSL | 336.64º | 0.89% | 0.29% | - |
| HSV(B) | 336.64º | 0.94% | 0.55% | - |
| XYZ | 11.52 | 5.98 | 4.68 | - |
| YUV | 52.98 | 131.4 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 8 | 59 | 0 | 0.94 | 0.58 | 0.45 | 336.64 | 0.89 | 0.29 |
| Hex | 8B | 8 | 3B | 0 | 5E | 3A | 2D | 151 | 59 | 1D |
| Octal | 213 | 10 | 73 | 0 | 136 | 72 | 55 | 521 | 131 | 35 |
| Binary | 10001011 | 1000 | 111011 | 0 | 1011110 | 111010 | 101101 | 101010001 | 1011001 | 11101 |
Color Harmonies of #8B083B
Complementary color
Monochromatic Colors of #8B083B
Black with #8B083B
Text Example
Text Example
White with #8B083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B083B; }
p { color: rgb(139,8,59); }
H1.HeaderClassName
{
color: #8B083B;
}
.AnyTagClassName
{
color: #8B083B;
}
</style>
background-color css
<style>
a { background-color: #8B083B; }
a { background-color: rgb(139,8,59); }
div.DivClassName
{
background-color: #8B083B;
}
.BgClassName
{
background-color: #8B083B;
}
</style>
border-color css
<style>
span { border-color: #8B083B; }
span { border-color: rgb(139,8,59); }
td.TdClassName
{
border-color: #8B083B;
}
.TagClassName
{
border-color: #8B083B;
}
</style>