Shades of Burgundy #8B033F
Tints of Burgundy #8B033F
RGB
CMYK
RGB Variations
Color information
#8B033F (or 0x8B033F) is known color: Burgundy. HEX triplet: 8B, 03 and 3F. RGB value is (139,3,63). Sum of RGB (Red+Green+Blue) = 139+3+63=205 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.80% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 139 - color contains mainly: red. Hex color #8B033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B033F is #74FCC0. Grayscale: #323232. Windows color (decimal): -7666881 or 4129675. OLE color: 4129675.
HSL color Cylindrical-coordinate representation of color #8B033F: hue angle of 333.53º 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 #8B033F is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 3 | 63 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.45 |
| HSL | 333.53º | 0.96% | 0.28% | - |
| HSV(B) | 333.53º | 0.98% | 0.55% | - |
| XYZ | 11.58 | 5.91 | 5.23 | - |
| YUV | 50.5 | 135.06 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 3 | 63 | 0 | 0.98 | 0.55 | 0.45 | 333.53 | 0.96 | 0.28 |
| Hex | 8B | 3 | 3F | 0 | 62 | 37 | 2D | 14E | 60 | 1C |
| Octal | 213 | 3 | 77 | 0 | 142 | 67 | 55 | 516 | 140 | 34 |
| Binary | 10001011 | 11 | 111111 | 0 | 1100010 | 110111 | 101101 | 101001110 | 1100000 | 11100 |
Color Harmonies of #8B033F
Complementary color
Monochromatic Colors of #8B033F
Black with #8B033F
Text Example
Text Example
White with #8B033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B033F; }
p { color: rgb(139,3,63); }
H1.HeaderClassName
{
color: #8B033F;
}
.AnyTagClassName
{
color: #8B033F;
}
</style>
background-color css
<style>
a { background-color: #8B033F; }
a { background-color: rgb(139,3,63); }
div.DivClassName
{
background-color: #8B033F;
}
.BgClassName
{
background-color: #8B033F;
}
</style>
border-color css
<style>
span { border-color: #8B033F; }
span { border-color: rgb(139,3,63); }
td.TdClassName
{
border-color: #8B033F;
}
.TagClassName
{
border-color: #8B033F;
}
</style>