Shades of Burgundy #8A0C2F
Tints of Burgundy #8A0C2F
RGB
CMYK
RGB Variations
Color information
#8A0C2F (or 0x8A0C2F) is known color: Burgundy. HEX triplet: 8A, 0C and 2F. RGB value is (138,12,47). Sum of RGB (Red+Green+Blue) = 138+12+47=197 (26% of max value = 765). Red value is 138 (54.30% from 255 or 70.05% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0C2F is #75F3D0. Grayscale: #353535. Windows color (decimal): -7730129 or 3083402. OLE color: 3083402.
HSL color Cylindrical-coordinate representation of color #8A0C2F: hue angle of 343.33º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0C2F is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 12 | 47 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.46 |
| HSL | 343.33º | 0.84% | 0.29% | - |
| HSV(B) | 343.33º | 0.91% | 0.54% | - |
| XYZ | 11.13 | 5.87 | 3.24 | - |
| YUV | 53.66 | 124.24 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 47 | 0 | 0.91 | 0.66 | 0.46 | 343.33 | 0.84 | 0.29 |
| Hex | 8A | C | 2F | 0 | 5B | 42 | 2E | 157 | 54 | 1D |
| Octal | 212 | 14 | 57 | 0 | 133 | 102 | 56 | 527 | 124 | 35 |
| Binary | 10001010 | 1100 | 101111 | 0 | 1011011 | 1000010 | 101110 | 101010111 | 1010100 | 11101 |
Color Harmonies of #8A0C2F
Complementary color
Monochromatic Colors of #8A0C2F
Black with #8A0C2F
Text Example
Text Example
White with #8A0C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0C2F; }
p { color: rgb(138,12,47); }
H1.HeaderClassName
{
color: #8A0C2F;
}
.AnyTagClassName
{
color: #8A0C2F;
}
</style>
background-color css
<style>
a { background-color: #8A0C2F; }
a { background-color: rgb(138,12,47); }
div.DivClassName
{
background-color: #8A0C2F;
}
.BgClassName
{
background-color: #8A0C2F;
}
</style>
border-color css
<style>
span { border-color: #8A0C2F; }
span { border-color: rgb(138,12,47); }
td.TdClassName
{
border-color: #8A0C2F;
}
.TagClassName
{
border-color: #8A0C2F;
}
</style>