Shades of Burgundy #8B1027
Tints of Burgundy #8B1027
RGB
CMYK
RGB Variations
Color information
#8B1027 (or 0x8B1027) is known color: Burgundy. HEX triplet: 8B, 10 and 27. RGB value is (139,16,39). Sum of RGB (Red+Green+Blue) = 139+16+39=194 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.65% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1027 is #74EFD8. Grayscale: #373737. Windows color (decimal): -7663577 or 2560139. OLE color: 2560139.
HSL color Cylindrical-coordinate representation of color #8B1027: hue angle of 348.78º 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 #8B1027 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 16 | 39 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.45 |
| HSL | 348.78º | 0.79% | 0.3% | - |
| HSV(B) | 348.78º | 0.88% | 0.55% | - |
| XYZ | 11.2 | 6.01 | 2.49 | - |
| YUV | 55.4 | 118.75 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 39 | 0 | 0.88 | 0.72 | 0.45 | 348.78 | 0.79 | 0.3 |
| Hex | 8B | 10 | 27 | 0 | 58 | 48 | 2D | 15D | 4F | 1E |
| Octal | 213 | 20 | 47 | 0 | 130 | 110 | 55 | 535 | 117 | 36 |
| Binary | 10001011 | 10000 | 100111 | 0 | 1011000 | 1001000 | 101101 | 101011101 | 1001111 | 11110 |
Color Harmonies of #8B1027
Complementary color
Monochromatic Colors of #8B1027
Black with #8B1027
Text Example
Text Example
White with #8B1027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1027; }
p { color: rgb(139,16,39); }
H1.HeaderClassName
{
color: #8B1027;
}
.AnyTagClassName
{
color: #8B1027;
}
</style>
background-color css
<style>
a { background-color: #8B1027; }
a { background-color: rgb(139,16,39); }
div.DivClassName
{
background-color: #8B1027;
}
.BgClassName
{
background-color: #8B1027;
}
</style>
border-color css
<style>
span { border-color: #8B1027; }
span { border-color: rgb(139,16,39); }
td.TdClassName
{
border-color: #8B1027;
}
.TagClassName
{
border-color: #8B1027;
}
</style>