Shades of Burgundy #8A011D
Tints of Burgundy #8A011D
RGB
CMYK
RGB Variations
Color information
#8A011D (or 0x8A011D) is known color: Burgundy. HEX triplet: 8A, 01 and 1D. RGB value is (138,1,29). Sum of RGB (Red+Green+Blue) = 138+1+29=168 (22% of max value = 765). Red value is 138 (54.30% from 255 or 82.14% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 138 - color contains mainly: red. Hex color #8A011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A011D is #75FEE2. Grayscale: #2D2D2D. Windows color (decimal): -7732963 or 1900938. OLE color: 1900938.
HSL color Cylindrical-coordinate representation of color #8A011D: hue angle of 347.74º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A011D is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.46 |
| HSL | 347.74º | 0.99% | 0.27% | - |
| HSV(B) | 347.74º | 0.99% | 0.54% | - |
| XYZ | 10.71 | 5.51 | 1.66 | - |
| YUV | 45.16 | 118.89 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 1 | 29 | 0 | 0.99 | 0.79 | 0.46 | 347.74 | 0.99 | 0.27 |
| Hex | 8A | 1 | 1D | 0 | 63 | 4F | 2E | 15C | 63 | 1B |
| Octal | 212 | 1 | 35 | 0 | 143 | 117 | 56 | 534 | 143 | 33 |
| Binary | 10001010 | 1 | 11101 | 0 | 1100011 | 1001111 | 101110 | 101011100 | 1100011 | 11011 |
Color Harmonies of #8A011D
Complementary color
Monochromatic Colors of #8A011D
Black with #8A011D
Text Example
Text Example
White with #8A011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A011D; }
p { color: rgb(138,1,29); }
H1.HeaderClassName
{
color: #8A011D;
}
.AnyTagClassName
{
color: #8A011D;
}
</style>
background-color css
<style>
a { background-color: #8A011D; }
a { background-color: rgb(138,1,29); }
div.DivClassName
{
background-color: #8A011D;
}
.BgClassName
{
background-color: #8A011D;
}
</style>
border-color css
<style>
span { border-color: #8A011D; }
span { border-color: rgb(138,1,29); }
td.TdClassName
{
border-color: #8A011D;
}
.TagClassName
{
border-color: #8A011D;
}
</style>