Shades of Burgundy #8A0134
Tints of Burgundy #8A0134
RGB
CMYK
RGB Variations
Color information
#8A0134 (or 0x8A0134) is known color: Burgundy. HEX triplet: 8A, 01 and 34. RGB value is (138,1,52). Sum of RGB (Red+Green+Blue) = 138+1+52=191 (25% of max value = 765). Red value is 138 (54.30% from 255 or 72.25% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0134 is #75FECB. Grayscale: #2F2F2F. Windows color (decimal): -7732940 or 3408266. OLE color: 3408266.
HSL color Cylindrical-coordinate representation of color #8A0134: hue angle of 337.66º 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 #8A0134 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 1 | 52 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.46 |
| HSL | 337.66º | 0.99% | 0.27% | - |
| HSV(B) | 337.66º | 0.99% | 0.54% | - |
| XYZ | 11.11 | 5.67 | 3.76 | - |
| YUV | 47.78 | 130.39 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 1 | 52 | 0 | 0.99 | 0.62 | 0.46 | 337.66 | 0.99 | 0.27 |
| Hex | 8A | 1 | 34 | 0 | 63 | 3E | 2E | 152 | 63 | 1B |
| Octal | 212 | 1 | 64 | 0 | 143 | 76 | 56 | 522 | 143 | 33 |
| Binary | 10001010 | 1 | 110100 | 0 | 1100011 | 111110 | 101110 | 101010010 | 1100011 | 11011 |
Color Harmonies of #8A0134
Complementary color
Monochromatic Colors of #8A0134
Black with #8A0134
Text Example
Text Example
White with #8A0134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0134; }
p { color: rgb(138,1,52); }
H1.HeaderClassName
{
color: #8A0134;
}
.AnyTagClassName
{
color: #8A0134;
}
</style>
background-color css
<style>
a { background-color: #8A0134; }
a { background-color: rgb(138,1,52); }
div.DivClassName
{
background-color: #8A0134;
}
.BgClassName
{
background-color: #8A0134;
}
</style>
border-color css
<style>
span { border-color: #8A0134; }
span { border-color: rgb(138,1,52); }
td.TdClassName
{
border-color: #8A0134;
}
.TagClassName
{
border-color: #8A0134;
}
</style>