Shades of Burgundy #8C0024
Tints of Burgundy #8C0024
RGB
CMYK
RGB Variations
Color information
#8C0024 (or 0x8C0024) is known color: Burgundy. HEX triplet: 8C, 00 and 24. RGB value is (140,0,36). Sum of RGB (Red+Green+Blue) = 140+0+36=176 (23% of max value = 765). Red value is 140 (55.08% from 255 or 79.55% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0024 is #73FFDB. Grayscale: #2D2D2D. Windows color (decimal): -7602140 or 2359436. OLE color: 2359436.
HSL color Cylindrical-coordinate representation of color #8C0024: hue angle of 344.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C0024 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.74 | 0.45 |
| HSL | 344.57º | 1% | 0.27% | - |
| HSV(B) | 344.57º | 1% | 0.55% | - |
| XYZ | 11.13 | 5.7 | 2.18 | - |
| YUV | 45.96 | 122.38 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 36 | 0 | 1 | 0.74 | 0.45 | 344.57 | 1 | 0.27 |
| Hex | 8C | 0 | 24 | 0 | 64 | 4A | 2D | 159 | 64 | 1B |
| Octal | 214 | 0 | 44 | 0 | 144 | 112 | 55 | 531 | 144 | 33 |
| Binary | 10001100 | 0 | 100100 | 0 | 1100100 | 1001010 | 101101 | 101011001 | 1100100 | 11011 |
Color Harmonies of #8C0024
Complementary color
Monochromatic Colors of #8C0024
Black with #8C0024
Text Example
Text Example
White with #8C0024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0024; }
p { color: rgb(140,0,36); }
H1.HeaderClassName
{
color: #8C0024;
}
.AnyTagClassName
{
color: #8C0024;
}
</style>
background-color css
<style>
a { background-color: #8C0024; }
a { background-color: rgb(140,0,36); }
div.DivClassName
{
background-color: #8C0024;
}
.BgClassName
{
background-color: #8C0024;
}
</style>
border-color css
<style>
span { border-color: #8C0024; }
span { border-color: rgb(140,0,36); }
td.TdClassName
{
border-color: #8C0024;
}
.TagClassName
{
border-color: #8C0024;
}
</style>