Shades of Burgundy #8F0B3E
Tints of Burgundy #8F0B3E
RGB
CMYK
RGB Variations
Color information
#8F0B3E (or 0x8F0B3E) is known color: Burgundy. HEX triplet: 8F, 0B and 3E. RGB value is (143,11,62). Sum of RGB (Red+Green+Blue) = 143+11+62=216 (28% of max value = 765). Red value is 143 (56.25% from 255 or 66.20% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0B3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0B3E is #70F4C1. Grayscale: #383838. Windows color (decimal): -7402690 or 4066191. OLE color: 4066191.
HSL color Cylindrical-coordinate representation of color #8F0B3E: hue angle of 336.82º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F0B3E is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 11 | 62 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.44 |
| HSL | 336.82º | 0.86% | 0.3% | - |
| HSV(B) | 336.82º | 0.92% | 0.56% | - |
| XYZ | 12.32 | 6.43 | 5.15 | - |
| YUV | 56.28 | 131.23 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 11 | 62 | 0 | 0.92 | 0.57 | 0.44 | 336.82 | 0.86 | 0.3 |
| Hex | 8F | B | 3E | 0 | 5C | 39 | 2C | 151 | 56 | 1E |
| Octal | 217 | 13 | 76 | 0 | 134 | 71 | 54 | 521 | 126 | 36 |
| Binary | 10001111 | 1011 | 111110 | 0 | 1011100 | 111001 | 101100 | 101010001 | 1010110 | 11110 |
Color Harmonies of #8F0B3E
Complementary color
Monochromatic Colors of #8F0B3E
Black with #8F0B3E
Text Example
Text Example
White with #8F0B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0B3E; }
p { color: rgb(143,11,62); }
H1.HeaderClassName
{
color: #8F0B3E;
}
.AnyTagClassName
{
color: #8F0B3E;
}
</style>
background-color css
<style>
a { background-color: #8F0B3E; }
a { background-color: rgb(143,11,62); }
div.DivClassName
{
background-color: #8F0B3E;
}
.BgClassName
{
background-color: #8F0B3E;
}
</style>
border-color css
<style>
span { border-color: #8F0B3E; }
span { border-color: rgb(143,11,62); }
td.TdClassName
{
border-color: #8F0B3E;
}
.TagClassName
{
border-color: #8F0B3E;
}
</style>