Shades of Burgundy #8B1029
Tints of Burgundy #8B1029
RGB
CMYK
RGB Variations
Color information
#8B1029 (or 0x8B1029) is known color: Burgundy. HEX triplet: 8B, 10 and 29. RGB value is (139,16,41). Sum of RGB (Red+Green+Blue) = 139+16+41=196 (25% of max value = 765). Red value is 139 (54.69% from 255 or 70.92% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1029 is #74EFD6. Grayscale: #373737. Windows color (decimal): -7663575 or 2691211. OLE color: 2691211.
HSL color Cylindrical-coordinate representation of color #8B1029: hue angle of 347.8º 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 #8B1029 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 16 | 41 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.45 |
| HSL | 347.8º | 0.79% | 0.3% | - |
| HSV(B) | 347.8º | 0.88% | 0.55% | - |
| XYZ | 11.23 | 6.02 | 2.67 | - |
| YUV | 55.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 41 | 0 | 0.88 | 0.71 | 0.45 | 347.8 | 0.79 | 0.3 |
| Hex | 8B | 10 | 29 | 0 | 58 | 47 | 2D | 15C | 4F | 1E |
| Octal | 213 | 20 | 51 | 0 | 130 | 107 | 55 | 534 | 117 | 36 |
| Binary | 10001011 | 10000 | 101001 | 0 | 1011000 | 1000111 | 101101 | 101011100 | 1001111 | 11110 |
Color Harmonies of #8B1029
Complementary color
Monochromatic Colors of #8B1029
Black with #8B1029
Text Example
Text Example
White with #8B1029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1029; }
p { color: rgb(139,16,41); }
H1.HeaderClassName
{
color: #8B1029;
}
.AnyTagClassName
{
color: #8B1029;
}
</style>
background-color css
<style>
a { background-color: #8B1029; }
a { background-color: rgb(139,16,41); }
div.DivClassName
{
background-color: #8B1029;
}
.BgClassName
{
background-color: #8B1029;
}
</style>
border-color css
<style>
span { border-color: #8B1029; }
span { border-color: rgb(139,16,41); }
td.TdClassName
{
border-color: #8B1029;
}
.TagClassName
{
border-color: #8B1029;
}
</style>