Shades of Burgundy #8B102E
Tints of Burgundy #8B102E
RGB
CMYK
RGB Variations
Color information
#8B102E (or 0x8B102E) is known color: Burgundy. HEX triplet: 8B, 10 and 2E. RGB value is (139,16,46). Sum of RGB (Red+Green+Blue) = 139+16+46=201 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.15% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 139 - color contains mainly: red. Hex color #8B102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B102E is #74EFD1. Grayscale: #383838. Windows color (decimal): -7663570 or 3018891. OLE color: 3018891.
HSL color Cylindrical-coordinate representation of color #8B102E: hue angle of 345.37º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B102E is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 16 | 46 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.45 |
| HSL | 345.37º | 0.79% | 0.3% | - |
| HSV(B) | 345.37º | 0.88% | 0.55% | - |
| XYZ | 11.33 | 6.06 | 3.16 | - |
| YUV | 56.2 | 122.25 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 46 | 0 | 0.88 | 0.67 | 0.45 | 345.37 | 0.79 | 0.3 |
| Hex | 8B | 10 | 2E | 0 | 58 | 43 | 2D | 159 | 4F | 1E |
| Octal | 213 | 20 | 56 | 0 | 130 | 103 | 55 | 531 | 117 | 36 |
| Binary | 10001011 | 10000 | 101110 | 0 | 1011000 | 1000011 | 101101 | 101011001 | 1001111 | 11110 |
Color Harmonies of #8B102E
Complementary color
Monochromatic Colors of #8B102E
Black with #8B102E
Text Example
Text Example
White with #8B102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B102E; }
p { color: rgb(139,16,46); }
H1.HeaderClassName
{
color: #8B102E;
}
.AnyTagClassName
{
color: #8B102E;
}
</style>
background-color css
<style>
a { background-color: #8B102E; }
a { background-color: rgb(139,16,46); }
div.DivClassName
{
background-color: #8B102E;
}
.BgClassName
{
background-color: #8B102E;
}
</style>
border-color css
<style>
span { border-color: #8B102E; }
span { border-color: rgb(139,16,46); }
td.TdClassName
{
border-color: #8B102E;
}
.TagClassName
{
border-color: #8B102E;
}
</style>