Shades of Burgundy #8A032D
Tints of Burgundy #8A032D
RGB
CMYK
RGB Variations
Color information
#8A032D (or 0x8A032D) is known color: Burgundy. HEX triplet: 8A, 03 and 2D. RGB value is (138,3,45). Sum of RGB (Red+Green+Blue) = 138+3+45=186 (24% of max value = 765). Red value is 138 (54.30% from 255 or 74.19% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 138 - color contains mainly: red. Hex color #8A032D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A032D is #75FCD2. Grayscale: #303030. Windows color (decimal): -7732435 or 2950026. OLE color: 2950026.
HSL color Cylindrical-coordinate representation of color #8A032D: hue angle of 341.33º 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 #8A032D is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 3 | 45 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.46 |
| HSL | 341.33º | 0.96% | 0.28% | - |
| HSV(B) | 341.33º | 0.98% | 0.54% | - |
| XYZ | 10.99 | 5.66 | 3 | - |
| YUV | 48.15 | 126.23 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 45 | 0 | 0.98 | 0.67 | 0.46 | 341.33 | 0.96 | 0.28 |
| Hex | 8A | 3 | 2D | 0 | 62 | 43 | 2E | 155 | 60 | 1C |
| Octal | 212 | 3 | 55 | 0 | 142 | 103 | 56 | 525 | 140 | 34 |
| Binary | 10001010 | 11 | 101101 | 0 | 1100010 | 1000011 | 101110 | 101010101 | 1100000 | 11100 |
Color Harmonies of #8A032D
Complementary color
Monochromatic Colors of #8A032D
Black with #8A032D
Text Example
Text Example
White with #8A032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A032D; }
p { color: rgb(138,3,45); }
H1.HeaderClassName
{
color: #8A032D;
}
.AnyTagClassName
{
color: #8A032D;
}
</style>
background-color css
<style>
a { background-color: #8A032D; }
a { background-color: rgb(138,3,45); }
div.DivClassName
{
background-color: #8A032D;
}
.BgClassName
{
background-color: #8A032D;
}
</style>
border-color css
<style>
span { border-color: #8A032D; }
span { border-color: rgb(138,3,45); }
td.TdClassName
{
border-color: #8A032D;
}
.TagClassName
{
border-color: #8A032D;
}
</style>