Shades of Burgundy #8B062B
Tints of Burgundy #8B062B
RGB
CMYK
RGB Variations
Color information
#8B062B (or 0x8B062B) is known color: Burgundy. HEX triplet: 8B, 06 and 2B. RGB value is (139,6,43). Sum of RGB (Red+Green+Blue) = 139+6+43=188 (24% of max value = 765). Red value is 139 (54.69% from 255 or 73.94% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 139 - color contains mainly: red. Hex color #8B062B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B062B is #74F9D4. Grayscale: #313131. Windows color (decimal): -7666133 or 2819723. OLE color: 2819723.
HSL color Cylindrical-coordinate representation of color #8B062B: hue angle of 343.31º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B062B is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 6 | 43 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.45 |
| HSL | 343.31º | 0.92% | 0.28% | - |
| HSV(B) | 343.31º | 0.96% | 0.55% | - |
| XYZ | 11.15 | 5.79 | 2.82 | - |
| YUV | 49.99 | 124.06 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 43 | 0 | 0.96 | 0.69 | 0.45 | 343.31 | 0.92 | 0.28 |
| Hex | 8B | 6 | 2B | 0 | 60 | 45 | 2D | 157 | 5C | 1C |
| Octal | 213 | 6 | 53 | 0 | 140 | 105 | 55 | 527 | 134 | 34 |
| Binary | 10001011 | 110 | 101011 | 0 | 1100000 | 1000101 | 101101 | 101010111 | 1011100 | 11100 |
Color Harmonies of #8B062B
Complementary color
Monochromatic Colors of #8B062B
Black with #8B062B
Text Example
Text Example
White with #8B062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B062B; }
p { color: rgb(139,6,43); }
H1.HeaderClassName
{
color: #8B062B;
}
.AnyTagClassName
{
color: #8B062B;
}
</style>
background-color css
<style>
a { background-color: #8B062B; }
a { background-color: rgb(139,6,43); }
div.DivClassName
{
background-color: #8B062B;
}
.BgClassName
{
background-color: #8B062B;
}
</style>
border-color css
<style>
span { border-color: #8B062B; }
span { border-color: rgb(139,6,43); }
td.TdClassName
{
border-color: #8B062B;
}
.TagClassName
{
border-color: #8B062B;
}
</style>