Shades of Burgundy #8B032B
Tints of Burgundy #8B032B
RGB
CMYK
RGB Variations
Color information
#8B032B (or 0x8B032B) is known color: Burgundy. HEX triplet: 8B, 03 and 2B. RGB value is (139,3,43). Sum of RGB (Red+Green+Blue) = 139+3+43=185 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.14% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 139 - color contains mainly: red. Hex color #8B032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B032B is #74FCD4. Grayscale: #303030. Windows color (decimal): -7666901 or 2818955. OLE color: 2818955.
HSL color Cylindrical-coordinate representation of color #8B032B: hue angle of 342.35º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B032B is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 3 | 43 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.45 |
| HSL | 342.35º | 0.96% | 0.28% | - |
| HSV(B) | 342.35º | 0.98% | 0.55% | - |
| XYZ | 11.12 | 5.73 | 2.81 | - |
| YUV | 48.22 | 125.06 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 3 | 43 | 0 | 0.98 | 0.69 | 0.45 | 342.35 | 0.96 | 0.28 |
| Hex | 8B | 3 | 2B | 0 | 62 | 45 | 2D | 156 | 60 | 1C |
| Octal | 213 | 3 | 53 | 0 | 142 | 105 | 55 | 526 | 140 | 34 |
| Binary | 10001011 | 11 | 101011 | 0 | 1100010 | 1000101 | 101101 | 101010110 | 1100000 | 11100 |
Color Harmonies of #8B032B
Complementary color
Monochromatic Colors of #8B032B
Black with #8B032B
Text Example
Text Example
White with #8B032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B032B; }
p { color: rgb(139,3,43); }
H1.HeaderClassName
{
color: #8B032B;
}
.AnyTagClassName
{
color: #8B032B;
}
</style>
background-color css
<style>
a { background-color: #8B032B; }
a { background-color: rgb(139,3,43); }
div.DivClassName
{
background-color: #8B032B;
}
.BgClassName
{
background-color: #8B032B;
}
</style>
border-color css
<style>
span { border-color: #8B032B; }
span { border-color: rgb(139,3,43); }
td.TdClassName
{
border-color: #8B032B;
}
.TagClassName
{
border-color: #8B032B;
}
</style>