Shades of Burgundy #8C0624
Tints of Burgundy #8C0624
RGB
CMYK
RGB Variations
Color information
#8C0624 (or 0x8C0624) is known color: Burgundy. HEX triplet: 8C, 06 and 24. RGB value is (140,6,36). Sum of RGB (Red+Green+Blue) = 140+6+36=182 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.92% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0624 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0624 is #73F9DB. Grayscale: #313131. Windows color (decimal): -7600604 or 2360972. OLE color: 2360972.
HSL color Cylindrical-coordinate representation of color #8C0624: hue angle of 346.57º 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 #8C0624 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 36 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.45 |
| HSL | 346.57º | 0.92% | 0.29% | - |
| HSV(B) | 346.57º | 0.96% | 0.55% | - |
| XYZ | 11.2 | 5.83 | 2.2 | - |
| YUV | 49.49 | 120.39 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 36 | 0 | 0.96 | 0.74 | 0.45 | 346.57 | 0.92 | 0.29 |
| Hex | 8C | 6 | 24 | 0 | 60 | 4A | 2D | 15B | 5C | 1D |
| Octal | 214 | 6 | 44 | 0 | 140 | 112 | 55 | 533 | 134 | 35 |
| Binary | 10001100 | 110 | 100100 | 0 | 1100000 | 1001010 | 101101 | 101011011 | 1011100 | 11101 |
Color Harmonies of #8C0624
Complementary color
Monochromatic Colors of #8C0624
Black with #8C0624
Text Example
Text Example
White with #8C0624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0624; }
p { color: rgb(140,6,36); }
H1.HeaderClassName
{
color: #8C0624;
}
.AnyTagClassName
{
color: #8C0624;
}
</style>
background-color css
<style>
a { background-color: #8C0624; }
a { background-color: rgb(140,6,36); }
div.DivClassName
{
background-color: #8C0624;
}
.BgClassName
{
background-color: #8C0624;
}
</style>
border-color css
<style>
span { border-color: #8C0624; }
span { border-color: rgb(140,6,36); }
td.TdClassName
{
border-color: #8C0624;
}
.TagClassName
{
border-color: #8C0624;
}
</style>