Shades of Burgundy #8B063E
Tints of Burgundy #8B063E
RGB
CMYK
RGB Variations
Color information
#8B063E (or 0x8B063E) is known color: Burgundy. HEX triplet: 8B, 06 and 3E. RGB value is (139,6,62). Sum of RGB (Red+Green+Blue) = 139+6+62=207 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.15% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 139 - color contains mainly: red. Hex color #8B063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B063E is #74F9C1. Grayscale: #343434. Windows color (decimal): -7666114 or 4064907. OLE color: 4064907.
HSL color Cylindrical-coordinate representation of color #8B063E: hue angle of 334.74º 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 #8B063E is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 6 | 62 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.45 |
| HSL | 334.74º | 0.92% | 0.28% | - |
| HSV(B) | 334.74º | 0.96% | 0.55% | - |
| XYZ | 11.58 | 5.97 | 5.1 | - |
| YUV | 52.15 | 133.56 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 62 | 0 | 0.96 | 0.55 | 0.45 | 334.74 | 0.92 | 0.28 |
| Hex | 8B | 6 | 3E | 0 | 60 | 37 | 2D | 14F | 5C | 1C |
| Octal | 213 | 6 | 76 | 0 | 140 | 67 | 55 | 517 | 134 | 34 |
| Binary | 10001011 | 110 | 111110 | 0 | 1100000 | 110111 | 101101 | 101001111 | 1011100 | 11100 |
Color Harmonies of #8B063E
Complementary color
Monochromatic Colors of #8B063E
Black with #8B063E
Text Example
Text Example
White with #8B063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B063E; }
p { color: rgb(139,6,62); }
H1.HeaderClassName
{
color: #8B063E;
}
.AnyTagClassName
{
color: #8B063E;
}
</style>
background-color css
<style>
a { background-color: #8B063E; }
a { background-color: rgb(139,6,62); }
div.DivClassName
{
background-color: #8B063E;
}
.BgClassName
{
background-color: #8B063E;
}
</style>
border-color css
<style>
span { border-color: #8B063E; }
span { border-color: rgb(139,6,62); }
td.TdClassName
{
border-color: #8B063E;
}
.TagClassName
{
border-color: #8B063E;
}
</style>