Shades of Burgundy #8B1024
Tints of Burgundy #8B1024
RGB
CMYK
RGB Variations
Color information
#8B1024 (or 0x8B1024) is known color: Burgundy. HEX triplet: 8B, 10 and 24. RGB value is (139,16,36). Sum of RGB (Red+Green+Blue) = 139+16+36=191 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.77% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1024 is #74EFDB. Grayscale: #373737. Windows color (decimal): -7663580 or 2363531. OLE color: 2363531.
HSL color Cylindrical-coordinate representation of color #8B1024: hue angle of 350.24º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1024 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 16 | 36 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.45 |
| HSL | 350.24º | 0.79% | 0.3% | - |
| HSV(B) | 350.24º | 0.88% | 0.55% | - |
| XYZ | 11.15 | 5.99 | 2.24 | - |
| YUV | 55.06 | 117.25 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 36 | 0 | 0.88 | 0.74 | 0.45 | 350.24 | 0.79 | 0.3 |
| Hex | 8B | 10 | 24 | 0 | 58 | 4A | 2D | 15E | 4F | 1E |
| Octal | 213 | 20 | 44 | 0 | 130 | 112 | 55 | 536 | 117 | 36 |
| Binary | 10001011 | 10000 | 100100 | 0 | 1011000 | 1001010 | 101101 | 101011110 | 1001111 | 11110 |
Color Harmonies of #8B1024
Complementary color
Monochromatic Colors of #8B1024
Black with #8B1024
Text Example
Text Example
White with #8B1024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1024; }
p { color: rgb(139,16,36); }
H1.HeaderClassName
{
color: #8B1024;
}
.AnyTagClassName
{
color: #8B1024;
}
</style>
background-color css
<style>
a { background-color: #8B1024; }
a { background-color: rgb(139,16,36); }
div.DivClassName
{
background-color: #8B1024;
}
.BgClassName
{
background-color: #8B1024;
}
</style>
border-color css
<style>
span { border-color: #8B1024; }
span { border-color: rgb(139,16,36); }
td.TdClassName
{
border-color: #8B1024;
}
.TagClassName
{
border-color: #8B1024;
}
</style>