Shades of Burgundy #8B0B3D
Tints of Burgundy #8B0B3D
RGB
CMYK
RGB Variations
Color information
#8B0B3D (or 0x8B0B3D) is known color: Burgundy. HEX triplet: 8B, 0B and 3D. RGB value is (139,11,61). Sum of RGB (Red+Green+Blue) = 139+11+61=211 (27% of max value = 765). Red value is 139 (54.69% from 255 or 65.88% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0B3D is #74F4C2. Grayscale: #363636. Windows color (decimal): -7664835 or 4000651. OLE color: 4000651.
HSL color Cylindrical-coordinate representation of color #8B0B3D: hue angle of 336.56º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B0B3D is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 11 | 61 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.45 |
| HSL | 336.56º | 0.85% | 0.29% | - |
| HSV(B) | 336.56º | 0.92% | 0.55% | - |
| XYZ | 11.61 | 6.07 | 4.97 | - |
| YUV | 54.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 11 | 61 | 0 | 0.92 | 0.56 | 0.45 | 336.56 | 0.85 | 0.29 |
| Hex | 8B | B | 3D | 0 | 5C | 38 | 2D | 151 | 55 | 1D |
| Octal | 213 | 13 | 75 | 0 | 134 | 70 | 55 | 521 | 125 | 35 |
| Binary | 10001011 | 1011 | 111101 | 0 | 1011100 | 111000 | 101101 | 101010001 | 1010101 | 11101 |
Color Harmonies of #8B0B3D
Complementary color
Monochromatic Colors of #8B0B3D
Black with #8B0B3D
Text Example
Text Example
White with #8B0B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0B3D; }
p { color: rgb(139,11,61); }
H1.HeaderClassName
{
color: #8B0B3D;
}
.AnyTagClassName
{
color: #8B0B3D;
}
</style>
background-color css
<style>
a { background-color: #8B0B3D; }
a { background-color: rgb(139,11,61); }
div.DivClassName
{
background-color: #8B0B3D;
}
.BgClassName
{
background-color: #8B0B3D;
}
</style>
border-color css
<style>
span { border-color: #8B0B3D; }
span { border-color: rgb(139,11,61); }
td.TdClassName
{
border-color: #8B0B3D;
}
.TagClassName
{
border-color: #8B0B3D;
}
</style>