Shades of Burgundy #8A0C1F
Tints of Burgundy #8A0C1F
RGB
CMYK
RGB Variations
Color information
#8A0C1F (or 0x8A0C1F) is known color: Burgundy. HEX triplet: 8A, 0C and 1F. RGB value is (138,12,31). Sum of RGB (Red+Green+Blue) = 138+12+31=181 (23% of max value = 765). Red value is 138 (54.30% from 255 or 76.24% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0C1F is #75F3E0. Grayscale: #333333. Windows color (decimal): -7730145 or 2034826. OLE color: 2034826.
HSL color Cylindrical-coordinate representation of color #8A0C1F: hue angle of 350.95º 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 #8A0C1F is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 12 | 31 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.46 |
| HSL | 350.95º | 0.84% | 0.29% | - |
| HSV(B) | 350.95º | 0.91% | 0.54% | - |
| XYZ | 10.86 | 5.77 | 1.84 | - |
| YUV | 51.84 | 116.24 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 31 | 0 | 0.91 | 0.78 | 0.46 | 350.95 | 0.84 | 0.29 |
| Hex | 8A | C | 1F | 0 | 5B | 4E | 2E | 15F | 54 | 1D |
| Octal | 212 | 14 | 37 | 0 | 133 | 116 | 56 | 537 | 124 | 35 |
| Binary | 10001010 | 1100 | 11111 | 0 | 1011011 | 1001110 | 101110 | 101011111 | 1010100 | 11101 |
Color Harmonies of #8A0C1F
Complementary color
Monochromatic Colors of #8A0C1F
Black with #8A0C1F
Text Example
Text Example
White with #8A0C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0C1F; }
p { color: rgb(138,12,31); }
H1.HeaderClassName
{
color: #8A0C1F;
}
.AnyTagClassName
{
color: #8A0C1F;
}
</style>
background-color css
<style>
a { background-color: #8A0C1F; }
a { background-color: rgb(138,12,31); }
div.DivClassName
{
background-color: #8A0C1F;
}
.BgClassName
{
background-color: #8A0C1F;
}
</style>
border-color css
<style>
span { border-color: #8A0C1F; }
span { border-color: rgb(138,12,31); }
td.TdClassName
{
border-color: #8A0C1F;
}
.TagClassName
{
border-color: #8A0C1F;
}
</style>