Shades of Burgundy #8B0326
Tints of Burgundy #8B0326
RGB
CMYK
RGB Variations
Color information
#8B0326 (or 0x8B0326) is known color: Burgundy. HEX triplet: 8B, 03 and 26. RGB value is (139,3,38). Sum of RGB (Red+Green+Blue) = 139+3+38=180 (23% of max value = 765). Red value is 139 (54.69% from 255 or 77.22% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0326 is #74FCD9. Grayscale: #2F2F2F. Windows color (decimal): -7666906 or 2491275. OLE color: 2491275.
HSL color Cylindrical-coordinate representation of color #8B0326: hue angle of 344.56º 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 #8B0326 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 3 | 38 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.45 |
| HSL | 344.56º | 0.96% | 0.28% | - |
| HSV(B) | 344.56º | 0.98% | 0.55% | - |
| XYZ | 11.03 | 5.69 | 2.35 | - |
| YUV | 47.65 | 122.56 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 3 | 38 | 0 | 0.98 | 0.73 | 0.45 | 344.56 | 0.96 | 0.28 |
| Hex | 8B | 3 | 26 | 0 | 62 | 49 | 2D | 159 | 60 | 1C |
| Octal | 213 | 3 | 46 | 0 | 142 | 111 | 55 | 531 | 140 | 34 |
| Binary | 10001011 | 11 | 100110 | 0 | 1100010 | 1001001 | 101101 | 101011001 | 1100000 | 11100 |
Color Harmonies of #8B0326
Complementary color
Monochromatic Colors of #8B0326
Black with #8B0326
Text Example
Text Example
White with #8B0326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0326; }
p { color: rgb(139,3,38); }
H1.HeaderClassName
{
color: #8B0326;
}
.AnyTagClassName
{
color: #8B0326;
}
</style>
background-color css
<style>
a { background-color: #8B0326; }
a { background-color: rgb(139,3,38); }
div.DivClassName
{
background-color: #8B0326;
}
.BgClassName
{
background-color: #8B0326;
}
</style>
border-color css
<style>
span { border-color: #8B0326; }
span { border-color: rgb(139,3,38); }
td.TdClassName
{
border-color: #8B0326;
}
.TagClassName
{
border-color: #8B0326;
}
</style>