Shades of Burgundy #8A1324
Tints of Burgundy #8A1324
RGB
CMYK
RGB Variations
Color information
#8A1324 (or 0x8A1324) is known color: Burgundy. HEX triplet: 8A, 13 and 24. RGB value is (138,19,36). Sum of RGB (Red+Green+Blue) = 138+19+36=193 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.50% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1324 is #75ECDB. Grayscale: #383838. Windows color (decimal): -7728348 or 2364298. OLE color: 2364298.
HSL color Cylindrical-coordinate representation of color #8A1324: hue angle of 351.43º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1324 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 19 | 36 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.46 |
| HSL | 351.43º | 0.76% | 0.31% | - |
| HSV(B) | 351.43º | 0.86% | 0.54% | - |
| XYZ | 11.03 | 6 | 2.25 | - |
| YUV | 56.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 19 | 36 | 0 | 0.86 | 0.74 | 0.46 | 351.43 | 0.76 | 0.31 |
| Hex | 8A | 13 | 24 | 0 | 56 | 4A | 2E | 15F | 4C | 1F |
| Octal | 212 | 23 | 44 | 0 | 126 | 112 | 56 | 537 | 114 | 37 |
| Binary | 10001010 | 10011 | 100100 | 0 | 1010110 | 1001010 | 101110 | 101011111 | 1001100 | 11111 |
Color Harmonies of #8A1324
Complementary color
Monochromatic Colors of #8A1324
Black with #8A1324
Text Example
Text Example
White with #8A1324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1324; }
p { color: rgb(138,19,36); }
H1.HeaderClassName
{
color: #8A1324;
}
.AnyTagClassName
{
color: #8A1324;
}
</style>
background-color css
<style>
a { background-color: #8A1324; }
a { background-color: rgb(138,19,36); }
div.DivClassName
{
background-color: #8A1324;
}
.BgClassName
{
background-color: #8A1324;
}
</style>
border-color css
<style>
span { border-color: #8A1324; }
span { border-color: rgb(138,19,36); }
td.TdClassName
{
border-color: #8A1324;
}
.TagClassName
{
border-color: #8A1324;
}
</style>