Shades of Burgundy #8B082F
Tints of Burgundy #8B082F
RGB
CMYK
RGB Variations
Color information
#8B082F (or 0x8B082F) is known color: Burgundy. HEX triplet: 8B, 08 and 2F. RGB value is (139,8,47). Sum of RGB (Red+Green+Blue) = 139+8+47=194 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.65% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 139 - color contains mainly: red. Hex color #8B082F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B082F is #74F7D0. Grayscale: #333333. Windows color (decimal): -7665617 or 3082379. OLE color: 3082379.
HSL color Cylindrical-coordinate representation of color #8B082F: hue angle of 342.14º 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 #8B082F is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 8 | 47 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.45 |
| HSL | 342.14º | 0.89% | 0.29% | - |
| HSV(B) | 342.14º | 0.94% | 0.55% | - |
| XYZ | 11.25 | 5.87 | 3.23 | - |
| YUV | 51.62 | 125.4 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 8 | 47 | 0 | 0.94 | 0.66 | 0.45 | 342.14 | 0.89 | 0.29 |
| Hex | 8B | 8 | 2F | 0 | 5E | 42 | 2D | 156 | 59 | 1D |
| Octal | 213 | 10 | 57 | 0 | 136 | 102 | 55 | 526 | 131 | 35 |
| Binary | 10001011 | 1000 | 101111 | 0 | 1011110 | 1000010 | 101101 | 101010110 | 1011001 | 11101 |
Color Harmonies of #8B082F
Complementary color
Monochromatic Colors of #8B082F
Black with #8B082F
Text Example
Text Example
White with #8B082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B082F; }
p { color: rgb(139,8,47); }
H1.HeaderClassName
{
color: #8B082F;
}
.AnyTagClassName
{
color: #8B082F;
}
</style>
background-color css
<style>
a { background-color: #8B082F; }
a { background-color: rgb(139,8,47); }
div.DivClassName
{
background-color: #8B082F;
}
.BgClassName
{
background-color: #8B082F;
}
</style>
border-color css
<style>
span { border-color: #8B082F; }
span { border-color: rgb(139,8,47); }
td.TdClassName
{
border-color: #8B082F;
}
.TagClassName
{
border-color: #8B082F;
}
</style>