Shades of Burgundy #8C0B2D
Tints of Burgundy #8C0B2D
RGB
CMYK
RGB Variations
Color information
#8C0B2D (or 0x8C0B2D) is known color: Burgundy. HEX triplet: 8C, 0B and 2D. RGB value is (140,11,45). Sum of RGB (Red+Green+Blue) = 140+11+45=196 (25% of max value = 765). Red value is 140 (55.08% from 255 or 71.43% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0B2D is #73F4D2. Grayscale: #353535. Windows color (decimal): -7599315 or 2952076. OLE color: 2952076.
HSL color Cylindrical-coordinate representation of color #8C0B2D: hue angle of 344.19º 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 #8C0B2D is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 11 | 45 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.45 |
| HSL | 344.19º | 0.85% | 0.3% | - |
| HSV(B) | 344.19º | 0.92% | 0.55% | - |
| XYZ | 11.41 | 6 | 3.04 | - |
| YUV | 53.45 | 123.24 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 45 | 0 | 0.92 | 0.68 | 0.45 | 344.19 | 0.85 | 0.3 |
| Hex | 8C | B | 2D | 0 | 5C | 44 | 2D | 158 | 55 | 1E |
| Octal | 214 | 13 | 55 | 0 | 134 | 104 | 55 | 530 | 125 | 36 |
| Binary | 10001100 | 1011 | 101101 | 0 | 1011100 | 1000100 | 101101 | 101011000 | 1010101 | 11110 |
Color Harmonies of #8C0B2D
Complementary color
Monochromatic Colors of #8C0B2D
Black with #8C0B2D
Text Example
Text Example
White with #8C0B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0B2D; }
p { color: rgb(140,11,45); }
H1.HeaderClassName
{
color: #8C0B2D;
}
.AnyTagClassName
{
color: #8C0B2D;
}
</style>
background-color css
<style>
a { background-color: #8C0B2D; }
a { background-color: rgb(140,11,45); }
div.DivClassName
{
background-color: #8C0B2D;
}
.BgClassName
{
background-color: #8C0B2D;
}
</style>
border-color css
<style>
span { border-color: #8C0B2D; }
span { border-color: rgb(140,11,45); }
td.TdClassName
{
border-color: #8C0B2D;
}
.TagClassName
{
border-color: #8C0B2D;
}
</style>