Shades of Burgundy #8A1030
Tints of Burgundy #8A1030
RGB
CMYK
RGB Variations
Color information
#8A1030 (or 0x8A1030) is known color: Burgundy. HEX triplet: 8A, 10 and 30. RGB value is (138,16,48). Sum of RGB (Red+Green+Blue) = 138+16+48=202 (26% of max value = 765). Red value is 138 (54.30% from 255 or 68.32% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1030 is #75EFCF. Grayscale: #383838. Windows color (decimal): -7729104 or 3149962. OLE color: 3149962.
HSL color Cylindrical-coordinate representation of color #8A1030: hue angle of 344.26º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1030 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 16 | 48 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.46 |
| HSL | 344.26º | 0.79% | 0.3% | - |
| HSV(B) | 344.26º | 0.88% | 0.54% | - |
| XYZ | 11.2 | 5.99 | 3.36 | - |
| YUV | 56.13 | 123.42 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 16 | 48 | 0 | 0.88 | 0.65 | 0.46 | 344.26 | 0.79 | 0.3 |
| Hex | 8A | 10 | 30 | 0 | 58 | 41 | 2E | 158 | 4F | 1E |
| Octal | 212 | 20 | 60 | 0 | 130 | 101 | 56 | 530 | 117 | 36 |
| Binary | 10001010 | 10000 | 110000 | 0 | 1011000 | 1000001 | 101110 | 101011000 | 1001111 | 11110 |
Color Harmonies of #8A1030
Complementary color
Monochromatic Colors of #8A1030
Black with #8A1030
Text Example
Text Example
White with #8A1030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1030; }
p { color: rgb(138,16,48); }
H1.HeaderClassName
{
color: #8A1030;
}
.AnyTagClassName
{
color: #8A1030;
}
</style>
background-color css
<style>
a { background-color: #8A1030; }
a { background-color: rgb(138,16,48); }
div.DivClassName
{
background-color: #8A1030;
}
.BgClassName
{
background-color: #8A1030;
}
</style>
border-color css
<style>
span { border-color: #8A1030; }
span { border-color: rgb(138,16,48); }
td.TdClassName
{
border-color: #8A1030;
}
.TagClassName
{
border-color: #8A1030;
}
</style>