Shades of Burgundy #8A0A2B
Tints of Burgundy #8A0A2B
RGB
CMYK
RGB Variations
Color information
#8A0A2B (or 0x8A0A2B) is known color: Burgundy. HEX triplet: 8A, 0A and 2B. RGB value is (138,10,43). Sum of RGB (Red+Green+Blue) = 138+10+43=191 (25% of max value = 765). Red value is 138 (54.30% from 255 or 72.25% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0A2B is #75F5D4. Grayscale: #343434. Windows color (decimal): -7730645 or 2820746. OLE color: 2820746.
HSL color Cylindrical-coordinate representation of color #8A0A2B: hue angle of 344.53º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0A2B is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 10 | 43 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.46 |
| HSL | 344.53º | 0.86% | 0.29% | - |
| HSV(B) | 344.53º | 0.93% | 0.54% | - |
| XYZ | 11.03 | 5.79 | 2.82 | - |
| YUV | 52.03 | 122.91 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 10 | 43 | 0 | 0.93 | 0.69 | 0.46 | 344.53 | 0.86 | 0.29 |
| Hex | 8A | A | 2B | 0 | 5D | 45 | 2E | 159 | 56 | 1D |
| Octal | 212 | 12 | 53 | 0 | 135 | 105 | 56 | 531 | 126 | 35 |
| Binary | 10001010 | 1010 | 101011 | 0 | 1011101 | 1000101 | 101110 | 101011001 | 1010110 | 11101 |
Color Harmonies of #8A0A2B
Complementary color
Monochromatic Colors of #8A0A2B
Black with #8A0A2B
Text Example
Text Example
White with #8A0A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0A2B; }
p { color: rgb(138,10,43); }
H1.HeaderClassName
{
color: #8A0A2B;
}
.AnyTagClassName
{
color: #8A0A2B;
}
</style>
background-color css
<style>
a { background-color: #8A0A2B; }
a { background-color: rgb(138,10,43); }
div.DivClassName
{
background-color: #8A0A2B;
}
.BgClassName
{
background-color: #8A0A2B;
}
</style>
border-color css
<style>
span { border-color: #8A0A2B; }
span { border-color: rgb(138,10,43); }
td.TdClassName
{
border-color: #8A0A2B;
}
.TagClassName
{
border-color: #8A0A2B;
}
</style>