Shades of Burgundy #8B0A31
Tints of Burgundy #8B0A31
RGB
CMYK
RGB Variations
Color information
#8B0A31 (or 0x8B0A31) is known color: Burgundy. HEX triplet: 8B, 0A and 31. RGB value is (139,10,49). Sum of RGB (Red+Green+Blue) = 139+10+49=198 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.20% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0A31 is #74F5CE. Grayscale: #343434. Windows color (decimal): -7665103 or 3213963. OLE color: 3213963.
HSL color Cylindrical-coordinate representation of color #8B0A31: hue angle of 341.86º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0A31 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 10 | 49 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.45 |
| HSL | 341.86º | 0.87% | 0.29% | - |
| HSV(B) | 341.86º | 0.93% | 0.55% | - |
| XYZ | 11.31 | 5.93 | 3.45 | - |
| YUV | 53.02 | 125.74 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 10 | 49 | 0 | 0.93 | 0.65 | 0.45 | 341.86 | 0.87 | 0.29 |
| Hex | 8B | A | 31 | 0 | 5D | 41 | 2D | 156 | 57 | 1D |
| Octal | 213 | 12 | 61 | 0 | 135 | 101 | 55 | 526 | 127 | 35 |
| Binary | 10001011 | 1010 | 110001 | 0 | 1011101 | 1000001 | 101101 | 101010110 | 1010111 | 11101 |
Color Harmonies of #8B0A31
Complementary color
Monochromatic Colors of #8B0A31
Black with #8B0A31
Text Example
Text Example
White with #8B0A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0A31; }
p { color: rgb(139,10,49); }
H1.HeaderClassName
{
color: #8B0A31;
}
.AnyTagClassName
{
color: #8B0A31;
}
</style>
background-color css
<style>
a { background-color: #8B0A31; }
a { background-color: rgb(139,10,49); }
div.DivClassName
{
background-color: #8B0A31;
}
.BgClassName
{
background-color: #8B0A31;
}
</style>
border-color css
<style>
span { border-color: #8B0A31; }
span { border-color: rgb(139,10,49); }
td.TdClassName
{
border-color: #8B0A31;
}
.TagClassName
{
border-color: #8B0A31;
}
</style>