Shades of Burgundy #8A0A30
Tints of Burgundy #8A0A30
RGB
CMYK
RGB Variations
Color information
#8A0A30 (or 0x8A0A30) is known color: Burgundy. HEX triplet: 8A, 0A and 30. RGB value is (138,10,48). Sum of RGB (Red+Green+Blue) = 138+10+48=196 (25% of max value = 765). Red value is 138 (54.30% from 255 or 70.41% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0A30 is #75F5CF. Grayscale: #343434. Windows color (decimal): -7730640 or 3148426. OLE color: 3148426.
HSL color Cylindrical-coordinate representation of color #8A0A30: hue angle of 342.19º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0A30 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 10 | 48 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.46 |
| HSL | 342.19º | 0.86% | 0.29% | - |
| HSV(B) | 342.19º | 0.93% | 0.54% | - |
| XYZ | 11.12 | 5.83 | 3.34 | - |
| YUV | 52.6 | 125.41 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 10 | 48 | 0 | 0.93 | 0.65 | 0.46 | 342.19 | 0.86 | 0.29 |
| Hex | 8A | A | 30 | 0 | 5D | 41 | 2E | 156 | 56 | 1D |
| Octal | 212 | 12 | 60 | 0 | 135 | 101 | 56 | 526 | 126 | 35 |
| Binary | 10001010 | 1010 | 110000 | 0 | 1011101 | 1000001 | 101110 | 101010110 | 1010110 | 11101 |
Color Harmonies of #8A0A30
Complementary color
Monochromatic Colors of #8A0A30
Black with #8A0A30
Text Example
Text Example
White with #8A0A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0A30; }
p { color: rgb(138,10,48); }
H1.HeaderClassName
{
color: #8A0A30;
}
.AnyTagClassName
{
color: #8A0A30;
}
</style>
background-color css
<style>
a { background-color: #8A0A30; }
a { background-color: rgb(138,10,48); }
div.DivClassName
{
background-color: #8A0A30;
}
.BgClassName
{
background-color: #8A0A30;
}
</style>
border-color css
<style>
span { border-color: #8A0A30; }
span { border-color: rgb(138,10,48); }
td.TdClassName
{
border-color: #8A0A30;
}
.TagClassName
{
border-color: #8A0A30;
}
</style>