Shades of Burgundy #8C0622
Tints of Burgundy #8C0622
RGB
CMYK
RGB Variations
Color information
#8C0622 (or 0x8C0622) is known color: Burgundy. HEX triplet: 8C, 06 and 22. RGB value is (140,6,34). Sum of RGB (Red+Green+Blue) = 140+6+34=180 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.78% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0622 is #73F9DD. Grayscale: #313131. Windows color (decimal): -7600606 or 2229900. OLE color: 2229900.
HSL color Cylindrical-coordinate representation of color #8C0622: hue angle of 347.46º 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 #8C0622 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 34 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.45 |
| HSL | 347.46º | 0.92% | 0.29% | - |
| HSV(B) | 347.46º | 0.96% | 0.55% | - |
| XYZ | 11.17 | 5.82 | 2.05 | - |
| YUV | 49.26 | 119.39 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 34 | 0 | 0.96 | 0.76 | 0.45 | 347.46 | 0.92 | 0.29 |
| Hex | 8C | 6 | 22 | 0 | 60 | 4C | 2D | 15B | 5C | 1D |
| Octal | 214 | 6 | 42 | 0 | 140 | 114 | 55 | 533 | 134 | 35 |
| Binary | 10001100 | 110 | 100010 | 0 | 1100000 | 1001100 | 101101 | 101011011 | 1011100 | 11101 |
Color Harmonies of #8C0622
Complementary color
Monochromatic Colors of #8C0622
Black with #8C0622
Text Example
Text Example
White with #8C0622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0622; }
p { color: rgb(140,6,34); }
H1.HeaderClassName
{
color: #8C0622;
}
.AnyTagClassName
{
color: #8C0622;
}
</style>
background-color css
<style>
a { background-color: #8C0622; }
a { background-color: rgb(140,6,34); }
div.DivClassName
{
background-color: #8C0622;
}
.BgClassName
{
background-color: #8C0622;
}
</style>
border-color css
<style>
span { border-color: #8C0622; }
span { border-color: rgb(140,6,34); }
td.TdClassName
{
border-color: #8C0622;
}
.TagClassName
{
border-color: #8C0622;
}
</style>