Shades of Burgundy #8D0627
Tints of Burgundy #8D0627
RGB
CMYK
RGB Variations
Color information
#8D0627 (or 0x8D0627) is known color: Burgundy. HEX triplet: 8D, 06 and 27. RGB value is (141,6,39). Sum of RGB (Red+Green+Blue) = 141+6+39=186 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75.81% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0627 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0627 is #72F9D8. Grayscale: #323232. Windows color (decimal): -7535065 or 2557581. OLE color: 2557581.
HSL color Cylindrical-coordinate representation of color #8D0627: hue angle of 345.33º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0627 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 6 | 39 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.45 |
| HSL | 345.33º | 0.92% | 0.29% | - |
| HSV(B) | 345.33º | 0.96% | 0.55% | - |
| XYZ | 11.42 | 5.94 | 2.46 | - |
| YUV | 50.13 | 121.73 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 6 | 39 | 0 | 0.96 | 0.72 | 0.45 | 345.33 | 0.92 | 0.29 |
| Hex | 8D | 6 | 27 | 0 | 60 | 48 | 2D | 159 | 5C | 1D |
| Octal | 215 | 6 | 47 | 0 | 140 | 110 | 55 | 531 | 134 | 35 |
| Binary | 10001101 | 110 | 100111 | 0 | 1100000 | 1001000 | 101101 | 101011001 | 1011100 | 11101 |
Color Harmonies of #8D0627
Complementary color
Monochromatic Colors of #8D0627
Black with #8D0627
Text Example
Text Example
White with #8D0627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0627; }
p { color: rgb(141,6,39); }
H1.HeaderClassName
{
color: #8D0627;
}
.AnyTagClassName
{
color: #8D0627;
}
</style>
background-color css
<style>
a { background-color: #8D0627; }
a { background-color: rgb(141,6,39); }
div.DivClassName
{
background-color: #8D0627;
}
.BgClassName
{
background-color: #8D0627;
}
</style>
border-color css
<style>
span { border-color: #8D0627; }
span { border-color: rgb(141,6,39); }
td.TdClassName
{
border-color: #8D0627;
}
.TagClassName
{
border-color: #8D0627;
}
</style>