Shades of Burgundy #8A0328
Tints of Burgundy #8A0328
RGB
CMYK
RGB Variations
Color information
#8A0328 (or 0x8A0328) is known color: Burgundy. HEX triplet: 8A, 03 and 28. RGB value is (138,3,40). Sum of RGB (Red+Green+Blue) = 138+3+40=181 (23% of max value = 765). Red value is 138 (54.30% from 255 or 76.24% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0328 is #75FCD7. Grayscale: #2F2F2F. Windows color (decimal): -7732440 or 2622346. OLE color: 2622346.
HSL color Cylindrical-coordinate representation of color #8A0328: hue angle of 343.56º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A0328 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 3 | 40 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.46 |
| HSL | 343.56º | 0.96% | 0.28% | - |
| HSV(B) | 343.56º | 0.98% | 0.54% | - |
| XYZ | 10.9 | 5.62 | 2.52 | - |
| YUV | 47.58 | 123.73 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 40 | 0 | 0.98 | 0.71 | 0.46 | 343.56 | 0.96 | 0.28 |
| Hex | 8A | 3 | 28 | 0 | 62 | 47 | 2E | 158 | 60 | 1C |
| Octal | 212 | 3 | 50 | 0 | 142 | 107 | 56 | 530 | 140 | 34 |
| Binary | 10001010 | 11 | 101000 | 0 | 1100010 | 1000111 | 101110 | 101011000 | 1100000 | 11100 |
Color Harmonies of #8A0328
Complementary color
Monochromatic Colors of #8A0328
Black with #8A0328
Text Example
Text Example
White with #8A0328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0328; }
p { color: rgb(138,3,40); }
H1.HeaderClassName
{
color: #8A0328;
}
.AnyTagClassName
{
color: #8A0328;
}
</style>
background-color css
<style>
a { background-color: #8A0328; }
a { background-color: rgb(138,3,40); }
div.DivClassName
{
background-color: #8A0328;
}
.BgClassName
{
background-color: #8A0328;
}
</style>
border-color css
<style>
span { border-color: #8A0328; }
span { border-color: rgb(138,3,40); }
td.TdClassName
{
border-color: #8A0328;
}
.TagClassName
{
border-color: #8A0328;
}
</style>