Shades of Burgundy #8C0B23
Tints of Burgundy #8C0B23
RGB
CMYK
RGB Variations
Color information
#8C0B23 (or 0x8C0B23) is known color: Burgundy. HEX triplet: 8C, 0B and 23. RGB value is (140,11,35). Sum of RGB (Red+Green+Blue) = 140+11+35=186 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.27% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0B23 is #73F4DC. Grayscale: #343434. Windows color (decimal): -7599325 or 2296716. OLE color: 2296716.
HSL color Cylindrical-coordinate representation of color #8C0B23: hue angle of 348.84º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C0B23 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 11 | 35 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.45 |
| HSL | 348.84º | 0.85% | 0.3% | - |
| HSV(B) | 348.84º | 0.92% | 0.55% | - |
| XYZ | 11.24 | 5.94 | 2.14 | - |
| YUV | 52.31 | 118.24 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 35 | 0 | 0.92 | 0.75 | 0.45 | 348.84 | 0.85 | 0.3 |
| Hex | 8C | B | 23 | 0 | 5C | 4B | 2D | 15D | 55 | 1E |
| Octal | 214 | 13 | 43 | 0 | 134 | 113 | 55 | 535 | 125 | 36 |
| Binary | 10001100 | 1011 | 100011 | 0 | 1011100 | 1001011 | 101101 | 101011101 | 1010101 | 11110 |
Color Harmonies of #8C0B23
Complementary color
Monochromatic Colors of #8C0B23
Black with #8C0B23
Text Example
Text Example
White with #8C0B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0B23; }
p { color: rgb(140,11,35); }
H1.HeaderClassName
{
color: #8C0B23;
}
.AnyTagClassName
{
color: #8C0B23;
}
</style>
background-color css
<style>
a { background-color: #8C0B23; }
a { background-color: rgb(140,11,35); }
div.DivClassName
{
background-color: #8C0B23;
}
.BgClassName
{
background-color: #8C0B23;
}
</style>
border-color css
<style>
span { border-color: #8C0B23; }
span { border-color: rgb(140,11,35); }
td.TdClassName
{
border-color: #8C0B23;
}
.TagClassName
{
border-color: #8C0B23;
}
</style>