Shades of Burgundy #8A0F36
Tints of Burgundy #8A0F36
RGB
CMYK
RGB Variations
Color information
#8A0F36 (or 0x8A0F36) is known color: Burgundy. HEX triplet: 8A, 0F and 36. RGB value is (138,15,54). Sum of RGB (Red+Green+Blue) = 138+15+54=207 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.67% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0F36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0F36 is #75F0C9. Grayscale: #383838. Windows color (decimal): -7729354 or 3542922. OLE color: 3542922.
HSL color Cylindrical-coordinate representation of color #8A0F36: hue angle of 340.98º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A0F36 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 15 | 54 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.46 |
| HSL | 340.98º | 0.8% | 0.3% | - |
| HSV(B) | 340.98º | 0.89% | 0.54% | - |
| XYZ | 11.32 | 6.01 | 4.05 | - |
| YUV | 56.22 | 126.75 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 15 | 54 | 0 | 0.89 | 0.61 | 0.46 | 340.98 | 0.8 | 0.3 |
| Hex | 8A | F | 36 | 0 | 59 | 3D | 2E | 155 | 50 | 1E |
| Octal | 212 | 17 | 66 | 0 | 131 | 75 | 56 | 525 | 120 | 36 |
| Binary | 10001010 | 1111 | 110110 | 0 | 1011001 | 111101 | 101110 | 101010101 | 1010000 | 11110 |
Color Harmonies of #8A0F36
Complementary color
Monochromatic Colors of #8A0F36
Black with #8A0F36
Text Example
Text Example
White with #8A0F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0F36; }
p { color: rgb(138,15,54); }
H1.HeaderClassName
{
color: #8A0F36;
}
.AnyTagClassName
{
color: #8A0F36;
}
</style>
background-color css
<style>
a { background-color: #8A0F36; }
a { background-color: rgb(138,15,54); }
div.DivClassName
{
background-color: #8A0F36;
}
.BgClassName
{
background-color: #8A0F36;
}
</style>
border-color css
<style>
span { border-color: #8A0F36; }
span { border-color: rgb(138,15,54); }
td.TdClassName
{
border-color: #8A0F36;
}
.TagClassName
{
border-color: #8A0F36;
}
</style>