Shades of Burgundy #8B1324
Tints of Burgundy #8B1324
RGB
CMYK
RGB Variations
Color information
#8B1324 (or 0x8B1324) is known color: Burgundy. HEX triplet: 8B, 13 and 24. RGB value is (139,19,36). Sum of RGB (Red+Green+Blue) = 139+19+36=194 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.65% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1324 is #74ECDB. Grayscale: #383838. Windows color (decimal): -7662812 or 2364299. OLE color: 2364299.
HSL color Cylindrical-coordinate representation of color #8B1324: hue angle of 351.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B1324 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 19 | 36 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.45 |
| HSL | 351.5º | 0.76% | 0.31% | - |
| HSV(B) | 351.5º | 0.86% | 0.55% | - |
| XYZ | 11.2 | 6.08 | 2.25 | - |
| YUV | 56.82 | 116.26 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 19 | 36 | 0 | 0.86 | 0.74 | 0.45 | 351.5 | 0.76 | 0.31 |
| Hex | 8B | 13 | 24 | 0 | 56 | 4A | 2D | 160 | 4C | 1F |
| Octal | 213 | 23 | 44 | 0 | 126 | 112 | 55 | 540 | 114 | 37 |
| Binary | 10001011 | 10011 | 100100 | 0 | 1010110 | 1001010 | 101101 | 101100000 | 1001100 | 11111 |
Color Harmonies of #8B1324
Complementary color
Monochromatic Colors of #8B1324
Black with #8B1324
Text Example
Text Example
White with #8B1324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1324; }
p { color: rgb(139,19,36); }
H1.HeaderClassName
{
color: #8B1324;
}
.AnyTagClassName
{
color: #8B1324;
}
</style>
background-color css
<style>
a { background-color: #8B1324; }
a { background-color: rgb(139,19,36); }
div.DivClassName
{
background-color: #8B1324;
}
.BgClassName
{
background-color: #8B1324;
}
</style>
border-color css
<style>
span { border-color: #8B1324; }
span { border-color: rgb(139,19,36); }
td.TdClassName
{
border-color: #8B1324;
}
.TagClassName
{
border-color: #8B1324;
}
</style>