Shades of Burgundy #8A001F
Tints of Burgundy #8A001F
RGB
CMYK
RGB Variations
Color information
#8A001F (or 0x8A001F) is known color: Burgundy. HEX triplet: 8A, 00 and 1F. RGB value is (138,0,31). Sum of RGB (Red+Green+Blue) = 138+0+31=169 (22% of max value = 765). Red value is 138 (54.30% from 255 or 81.66% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 138 - color contains mainly: red. Hex color #8A001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A001F is #75FFE0. Grayscale: #2C2C2C. Windows color (decimal): -7733217 or 2031754. OLE color: 2031754.
HSL color Cylindrical-coordinate representation of color #8A001F: hue angle of 346.52º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A001F is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.78 | 0.46 |
| HSL | 346.52º | 1% | 0.27% | - |
| HSV(B) | 346.52º | 1% | 0.54% | - |
| XYZ | 10.73 | 5.5 | 1.79 | - |
| YUV | 44.8 | 120.22 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 31 | 0 | 1 | 0.78 | 0.46 | 346.52 | 1 | 0.27 |
| Hex | 8A | 0 | 1F | 0 | 64 | 4E | 2E | 15B | 64 | 1B |
| Octal | 212 | 0 | 37 | 0 | 144 | 116 | 56 | 533 | 144 | 33 |
| Binary | 10001010 | 0 | 11111 | 0 | 1100100 | 1001110 | 101110 | 101011011 | 1100100 | 11011 |
Color Harmonies of #8A001F
Complementary color
Monochromatic Colors of #8A001F
Black with #8A001F
Text Example
Text Example
White with #8A001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A001F; }
p { color: rgb(138,0,31); }
H1.HeaderClassName
{
color: #8A001F;
}
.AnyTagClassName
{
color: #8A001F;
}
</style>
background-color css
<style>
a { background-color: #8A001F; }
a { background-color: rgb(138,0,31); }
div.DivClassName
{
background-color: #8A001F;
}
.BgClassName
{
background-color: #8A001F;
}
</style>
border-color css
<style>
span { border-color: #8A001F; }
span { border-color: rgb(138,0,31); }
td.TdClassName
{
border-color: #8A001F;
}
.TagClassName
{
border-color: #8A001F;
}
</style>