Shades of Burgundy #8A0D28
Tints of Burgundy #8A0D28
RGB
CMYK
RGB Variations
Color information
#8A0D28 (or 0x8A0D28) is known color: Burgundy. HEX triplet: 8A, 0D and 28. RGB value is (138,13,40). Sum of RGB (Red+Green+Blue) = 138+13+40=191 (25% of max value = 765). Red value is 138 (54.30% from 255 or 72.25% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0D28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0D28 is #75F2D7. Grayscale: #353535. Windows color (decimal): -7729880 or 2624906. OLE color: 2624906.
HSL color Cylindrical-coordinate representation of color #8A0D28: hue angle of 347.04º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0D28 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 13 | 40 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.46 |
| HSL | 347.04º | 0.83% | 0.3% | - |
| HSV(B) | 347.04º | 0.91% | 0.54% | - |
| XYZ | 11.01 | 5.84 | 2.56 | - |
| YUV | 53.45 | 120.41 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 13 | 40 | 0 | 0.91 | 0.71 | 0.46 | 347.04 | 0.83 | 0.3 |
| Hex | 8A | D | 28 | 0 | 5B | 47 | 2E | 15B | 53 | 1E |
| Octal | 212 | 15 | 50 | 0 | 133 | 107 | 56 | 533 | 123 | 36 |
| Binary | 10001010 | 1101 | 101000 | 0 | 1011011 | 1000111 | 101110 | 101011011 | 1010011 | 11110 |
Color Harmonies of #8A0D28
Complementary color
Monochromatic Colors of #8A0D28
Black with #8A0D28
Text Example
Text Example
White with #8A0D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0D28; }
p { color: rgb(138,13,40); }
H1.HeaderClassName
{
color: #8A0D28;
}
.AnyTagClassName
{
color: #8A0D28;
}
</style>
background-color css
<style>
a { background-color: #8A0D28; }
a { background-color: rgb(138,13,40); }
div.DivClassName
{
background-color: #8A0D28;
}
.BgClassName
{
background-color: #8A0D28;
}
</style>
border-color css
<style>
span { border-color: #8A0D28; }
span { border-color: rgb(138,13,40); }
td.TdClassName
{
border-color: #8A0D28;
}
.TagClassName
{
border-color: #8A0D28;
}
</style>