Shades of Burgundy #8A112F
Tints of Burgundy #8A112F
RGB
CMYK
RGB Variations
Color information
#8A112F (or 0x8A112F) is known color: Burgundy. HEX triplet: 8A, 11 and 2F. RGB value is (138,17,47). Sum of RGB (Red+Green+Blue) = 138+17+47=202 (26% of max value = 765). Red value is 138 (54.30% from 255 or 68.32% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 138 - color contains mainly: red. Hex color #8A112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A112F is #75EED0. Grayscale: #383838. Windows color (decimal): -7728849 or 3084682. OLE color: 3084682.
HSL color Cylindrical-coordinate representation of color #8A112F: hue angle of 345.12º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A112F is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 17 | 47 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.46 |
| HSL | 345.12º | 0.78% | 0.3% | - |
| HSV(B) | 345.12º | 0.88% | 0.54% | - |
| XYZ | 11.19 | 6.01 | 3.26 | - |
| YUV | 56.6 | 122.59 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 17 | 47 | 0 | 0.88 | 0.66 | 0.46 | 345.12 | 0.78 | 0.3 |
| Hex | 8A | 11 | 2F | 0 | 58 | 42 | 2E | 159 | 4E | 1E |
| Octal | 212 | 21 | 57 | 0 | 130 | 102 | 56 | 531 | 116 | 36 |
| Binary | 10001010 | 10001 | 101111 | 0 | 1011000 | 1000010 | 101110 | 101011001 | 1001110 | 11110 |
Color Harmonies of #8A112F
Complementary color
Monochromatic Colors of #8A112F
Black with #8A112F
Text Example
Text Example
White with #8A112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A112F; }
p { color: rgb(138,17,47); }
H1.HeaderClassName
{
color: #8A112F;
}
.AnyTagClassName
{
color: #8A112F;
}
</style>
background-color css
<style>
a { background-color: #8A112F; }
a { background-color: rgb(138,17,47); }
div.DivClassName
{
background-color: #8A112F;
}
.BgClassName
{
background-color: #8A112F;
}
</style>
border-color css
<style>
span { border-color: #8A112F; }
span { border-color: rgb(138,17,47); }
td.TdClassName
{
border-color: #8A112F;
}
.TagClassName
{
border-color: #8A112F;
}
</style>