Shades of Burgundy #8B0128
Tints of Burgundy #8B0128
RGB
CMYK
RGB Variations
Color information
#8B0128 (or 0x8B0128) is known color: Burgundy. HEX triplet: 8B, 01 and 28. RGB value is (139,1,40). Sum of RGB (Red+Green+Blue) = 139+1+40=180 (23% of max value = 765). Red value is 139 (54.69% from 255 or 77.22% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0128 is #74FED7. Grayscale: #2E2E2E. Windows color (decimal): -7667416 or 2621835. OLE color: 2621835.
HSL color Cylindrical-coordinate representation of color #8B0128: hue angle of 343.04º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0128 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.45 |
| HSL | 343.04º | 0.99% | 0.27% | - |
| HSV(B) | 343.04º | 0.99% | 0.55% | - |
| XYZ | 11.04 | 5.66 | 2.52 | - |
| YUV | 46.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 1 | 40 | 0 | 0.99 | 0.71 | 0.45 | 343.04 | 0.99 | 0.27 |
| Hex | 8B | 1 | 28 | 0 | 63 | 47 | 2D | 157 | 63 | 1B |
| Octal | 213 | 1 | 50 | 0 | 143 | 107 | 55 | 527 | 143 | 33 |
| Binary | 10001011 | 1 | 101000 | 0 | 1100011 | 1000111 | 101101 | 101010111 | 1100011 | 11011 |
Color Harmonies of #8B0128
Complementary color
Monochromatic Colors of #8B0128
Black with #8B0128
Text Example
Text Example
White with #8B0128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0128; }
p { color: rgb(139,1,40); }
H1.HeaderClassName
{
color: #8B0128;
}
.AnyTagClassName
{
color: #8B0128;
}
</style>
background-color css
<style>
a { background-color: #8B0128; }
a { background-color: rgb(139,1,40); }
div.DivClassName
{
background-color: #8B0128;
}
.BgClassName
{
background-color: #8B0128;
}
</style>
border-color css
<style>
span { border-color: #8B0128; }
span { border-color: rgb(139,1,40); }
td.TdClassName
{
border-color: #8B0128;
}
.TagClassName
{
border-color: #8B0128;
}
</style>