Shades of Burgundy #8A0137
Tints of Burgundy #8A0137
RGB
CMYK
RGB Variations
Color information
#8A0137 (or 0x8A0137) is known color: Burgundy. HEX triplet: 8A, 01 and 37. RGB value is (138,1,55). Sum of RGB (Red+Green+Blue) = 138+1+55=194 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.13% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0137 is #75FEC8. Grayscale: #303030. Windows color (decimal): -7732937 or 3604874. OLE color: 3604874.
HSL color Cylindrical-coordinate representation of color #8A0137: hue angle of 336.35º 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 #8A0137 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 1 | 55 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.46 |
| HSL | 336.35º | 0.99% | 0.27% | - |
| HSV(B) | 336.35º | 0.99% | 0.54% | - |
| XYZ | 11.18 | 5.7 | 4.13 | - |
| YUV | 48.12 | 131.89 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 1 | 55 | 0 | 0.99 | 0.60 | 0.46 | 336.35 | 0.99 | 0.27 |
| Hex | 8A | 1 | 37 | 0 | 63 | 3C | 2E | 150 | 63 | 1B |
| Octal | 212 | 1 | 67 | 0 | 143 | 74 | 56 | 520 | 143 | 33 |
| Binary | 10001010 | 1 | 110111 | 0 | 1100011 | 111100 | 101110 | 101010000 | 1100011 | 11011 |
Color Harmonies of #8A0137
Complementary color
Monochromatic Colors of #8A0137
Black with #8A0137
Text Example
Text Example
White with #8A0137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0137; }
p { color: rgb(138,1,55); }
H1.HeaderClassName
{
color: #8A0137;
}
.AnyTagClassName
{
color: #8A0137;
}
</style>
background-color css
<style>
a { background-color: #8A0137; }
a { background-color: rgb(138,1,55); }
div.DivClassName
{
background-color: #8A0137;
}
.BgClassName
{
background-color: #8A0137;
}
</style>
border-color css
<style>
span { border-color: #8A0137; }
span { border-color: rgb(138,1,55); }
td.TdClassName
{
border-color: #8A0137;
}
.TagClassName
{
border-color: #8A0137;
}
</style>