Shades of Burgundy #8A0135
Tints of Burgundy #8A0135
RGB
CMYK
RGB Variations
Color information
#8A0135 (or 0x8A0135) is known color: Burgundy. HEX triplet: 8A, 01 and 35. RGB value is (138,1,53). Sum of RGB (Red+Green+Blue) = 138+1+53=192 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.88% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0135 is #75FECA. Grayscale: #2F2F2F. Windows color (decimal): -7732939 or 3473802. OLE color: 3473802.
HSL color Cylindrical-coordinate representation of color #8A0135: hue angle of 337.23º 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 #8A0135 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 1 | 53 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.46 |
| HSL | 337.23º | 0.99% | 0.27% | - |
| HSV(B) | 337.23º | 0.99% | 0.54% | - |
| XYZ | 11.13 | 5.68 | 3.88 | - |
| YUV | 47.89 | 130.89 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 1 | 53 | 0 | 0.99 | 0.62 | 0.46 | 337.23 | 0.99 | 0.27 |
| Hex | 8A | 1 | 35 | 0 | 63 | 3E | 2E | 151 | 63 | 1B |
| Octal | 212 | 1 | 65 | 0 | 143 | 76 | 56 | 521 | 143 | 33 |
| Binary | 10001010 | 1 | 110101 | 0 | 1100011 | 111110 | 101110 | 101010001 | 1100011 | 11011 |
Color Harmonies of #8A0135
Complementary color
Monochromatic Colors of #8A0135
Black with #8A0135
Text Example
Text Example
White with #8A0135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0135; }
p { color: rgb(138,1,53); }
H1.HeaderClassName
{
color: #8A0135;
}
.AnyTagClassName
{
color: #8A0135;
}
</style>
background-color css
<style>
a { background-color: #8A0135; }
a { background-color: rgb(138,1,53); }
div.DivClassName
{
background-color: #8A0135;
}
.BgClassName
{
background-color: #8A0135;
}
</style>
border-color css
<style>
span { border-color: #8A0135; }
span { border-color: rgb(138,1,53); }
td.TdClassName
{
border-color: #8A0135;
}
.TagClassName
{
border-color: #8A0135;
}
</style>