Shades of Burgundy #8B033D
Tints of Burgundy #8B033D
RGB
CMYK
RGB Variations
Color information
#8B033D (or 0x8B033D) is known color: Burgundy. HEX triplet: 8B, 03 and 3D. RGB value is (139,3,61). Sum of RGB (Red+Green+Blue) = 139+3+61=203 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.47% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 139 - color contains mainly: red. Hex color #8B033D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B033D is #74FCC2. Grayscale: #323232. Windows color (decimal): -7666883 or 3998603. OLE color: 3998603.
HSL color Cylindrical-coordinate representation of color #8B033D: hue angle of 334.41º 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 #8B033D is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 3 | 61 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.45 |
| HSL | 334.41º | 0.96% | 0.28% | - |
| HSV(B) | 334.41º | 0.98% | 0.55% | - |
| XYZ | 11.52 | 5.89 | 4.94 | - |
| YUV | 50.28 | 134.06 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 3 | 61 | 0 | 0.98 | 0.56 | 0.45 | 334.41 | 0.96 | 0.28 |
| Hex | 8B | 3 | 3D | 0 | 62 | 38 | 2D | 14E | 60 | 1C |
| Octal | 213 | 3 | 75 | 0 | 142 | 70 | 55 | 516 | 140 | 34 |
| Binary | 10001011 | 11 | 111101 | 0 | 1100010 | 111000 | 101101 | 101001110 | 1100000 | 11100 |
Color Harmonies of #8B033D
Complementary color
Monochromatic Colors of #8B033D
Black with #8B033D
Text Example
Text Example
White with #8B033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B033D; }
p { color: rgb(139,3,61); }
H1.HeaderClassName
{
color: #8B033D;
}
.AnyTagClassName
{
color: #8B033D;
}
</style>
background-color css
<style>
a { background-color: #8B033D; }
a { background-color: rgb(139,3,61); }
div.DivClassName
{
background-color: #8B033D;
}
.BgClassName
{
background-color: #8B033D;
}
</style>
border-color css
<style>
span { border-color: #8B033D; }
span { border-color: rgb(139,3,61); }
td.TdClassName
{
border-color: #8B033D;
}
.TagClassName
{
border-color: #8B033D;
}
</style>