Shades of Burgundy #8A1028
Tints of Burgundy #8A1028
RGB
CMYK
RGB Variations
Color information
#8A1028 (or 0x8A1028) is known color: Burgundy. HEX triplet: 8A, 10 and 28. RGB value is (138,16,40). Sum of RGB (Red+Green+Blue) = 138+16+40=194 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.13% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1028 is #75EFD7. Grayscale: #373737. Windows color (decimal): -7729112 or 2625674. OLE color: 2625674.
HSL color Cylindrical-coordinate representation of color #8A1028: hue angle of 348.2º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1028 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 16 | 40 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.46 |
| HSL | 348.2º | 0.79% | 0.3% | - |
| HSV(B) | 348.2º | 0.88% | 0.54% | - |
| XYZ | 11.05 | 5.93 | 2.57 | - |
| YUV | 55.21 | 119.42 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 16 | 40 | 0 | 0.88 | 0.71 | 0.46 | 348.2 | 0.79 | 0.3 |
| Hex | 8A | 10 | 28 | 0 | 58 | 47 | 2E | 15C | 4F | 1E |
| Octal | 212 | 20 | 50 | 0 | 130 | 107 | 56 | 534 | 117 | 36 |
| Binary | 10001010 | 10000 | 101000 | 0 | 1011000 | 1000111 | 101110 | 101011100 | 1001111 | 11110 |
Color Harmonies of #8A1028
Complementary color
Monochromatic Colors of #8A1028
Black with #8A1028
Text Example
Text Example
White with #8A1028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1028; }
p { color: rgb(138,16,40); }
H1.HeaderClassName
{
color: #8A1028;
}
.AnyTagClassName
{
color: #8A1028;
}
</style>
background-color css
<style>
a { background-color: #8A1028; }
a { background-color: rgb(138,16,40); }
div.DivClassName
{
background-color: #8A1028;
}
.BgClassName
{
background-color: #8A1028;
}
</style>
border-color css
<style>
span { border-color: #8A1028; }
span { border-color: rgb(138,16,40); }
td.TdClassName
{
border-color: #8A1028;
}
.TagClassName
{
border-color: #8A1028;
}
</style>