Shades of Burgundy #8B012C
Tints of Burgundy #8B012C
RGB
CMYK
RGB Variations
Color information
#8B012C (or 0x8B012C) is known color: Burgundy. HEX triplet: 8B, 01 and 2C. RGB value is (139,1,44). Sum of RGB (Red+Green+Blue) = 139+1+44=184 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.54% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 139 - color contains mainly: red. Hex color #8B012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B012C is #74FED3. Grayscale: #2F2F2F. Windows color (decimal): -7667412 or 2883979. OLE color: 2883979.
HSL color Cylindrical-coordinate representation of color #8B012C: hue angle of 341.3º 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 #8B012C is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.45 |
| HSL | 341.3º | 0.99% | 0.27% | - |
| HSV(B) | 341.3º | 0.99% | 0.55% | - |
| XYZ | 11.11 | 5.69 | 2.9 | - |
| YUV | 47.16 | 126.22 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 1 | 44 | 0 | 0.99 | 0.68 | 0.45 | 341.3 | 0.99 | 0.27 |
| Hex | 8B | 1 | 2C | 0 | 63 | 44 | 2D | 155 | 63 | 1B |
| Octal | 213 | 1 | 54 | 0 | 143 | 104 | 55 | 525 | 143 | 33 |
| Binary | 10001011 | 1 | 101100 | 0 | 1100011 | 1000100 | 101101 | 101010101 | 1100011 | 11011 |
Color Harmonies of #8B012C
Complementary color
Monochromatic Colors of #8B012C
Black with #8B012C
Text Example
Text Example
White with #8B012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B012C; }
p { color: rgb(139,1,44); }
H1.HeaderClassName
{
color: #8B012C;
}
.AnyTagClassName
{
color: #8B012C;
}
</style>
background-color css
<style>
a { background-color: #8B012C; }
a { background-color: rgb(139,1,44); }
div.DivClassName
{
background-color: #8B012C;
}
.BgClassName
{
background-color: #8B012C;
}
</style>
border-color css
<style>
span { border-color: #8B012C; }
span { border-color: rgb(139,1,44); }
td.TdClassName
{
border-color: #8B012C;
}
.TagClassName
{
border-color: #8B012C;
}
</style>