Shades of Burgundy #8A032F
Tints of Burgundy #8A032F
RGB
CMYK
RGB Variations
Color information
#8A032F (or 0x8A032F) is known color: Burgundy. HEX triplet: 8A, 03 and 2F. RGB value is (138,3,47). Sum of RGB (Red+Green+Blue) = 138+3+47=188 (24% of max value = 765). Red value is 138 (54.30% from 255 or 73.40% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 138 - color contains mainly: red. Hex color #8A032F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A032F is #75FCD0. Grayscale: #303030. Windows color (decimal): -7732433 or 3081098. OLE color: 3081098.
HSL color Cylindrical-coordinate representation of color #8A032F: hue angle of 340.44º 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 #8A032F is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 3 | 47 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.46 |
| HSL | 340.44º | 0.96% | 0.28% | - |
| HSV(B) | 340.44º | 0.98% | 0.54% | - |
| XYZ | 11.03 | 5.67 | 3.2 | - |
| YUV | 48.38 | 127.23 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 47 | 0 | 0.98 | 0.66 | 0.46 | 340.44 | 0.96 | 0.28 |
| Hex | 8A | 3 | 2F | 0 | 62 | 42 | 2E | 154 | 60 | 1C |
| Octal | 212 | 3 | 57 | 0 | 142 | 102 | 56 | 524 | 140 | 34 |
| Binary | 10001010 | 11 | 101111 | 0 | 1100010 | 1000010 | 101110 | 101010100 | 1100000 | 11100 |
Color Harmonies of #8A032F
Complementary color
Monochromatic Colors of #8A032F
Black with #8A032F
Text Example
Text Example
White with #8A032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A032F; }
p { color: rgb(138,3,47); }
H1.HeaderClassName
{
color: #8A032F;
}
.AnyTagClassName
{
color: #8A032F;
}
</style>
background-color css
<style>
a { background-color: #8A032F; }
a { background-color: rgb(138,3,47); }
div.DivClassName
{
background-color: #8A032F;
}
.BgClassName
{
background-color: #8A032F;
}
</style>
border-color css
<style>
span { border-color: #8A032F; }
span { border-color: rgb(138,3,47); }
td.TdClassName
{
border-color: #8A032F;
}
.TagClassName
{
border-color: #8A032F;
}
</style>