Shades of Burgundy #8A0325
Tints of Burgundy #8A0325
RGB
CMYK
RGB Variations
Color information
#8A0325 (or 0x8A0325) is known color: Burgundy. HEX triplet: 8A, 03 and 25. RGB value is (138,3,37). Sum of RGB (Red+Green+Blue) = 138+3+37=178 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.53% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0325 is #75FCDA. Grayscale: #2F2F2F. Windows color (decimal): -7732443 or 2425738. OLE color: 2425738.
HSL color Cylindrical-coordinate representation of color #8A0325: hue angle of 344.89º 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 #8A0325 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 3 | 37 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.46 |
| HSL | 344.89º | 0.96% | 0.28% | - |
| HSV(B) | 344.89º | 0.98% | 0.54% | - |
| XYZ | 10.85 | 5.6 | 2.26 | - |
| YUV | 47.24 | 122.23 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 37 | 0 | 0.98 | 0.73 | 0.46 | 344.89 | 0.96 | 0.28 |
| Hex | 8A | 3 | 25 | 0 | 62 | 49 | 2E | 159 | 60 | 1C |
| Octal | 212 | 3 | 45 | 0 | 142 | 111 | 56 | 531 | 140 | 34 |
| Binary | 10001010 | 11 | 100101 | 0 | 1100010 | 1001001 | 101110 | 101011001 | 1100000 | 11100 |
Color Harmonies of #8A0325
Complementary color
Monochromatic Colors of #8A0325
Black with #8A0325
Text Example
Text Example
White with #8A0325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0325; }
p { color: rgb(138,3,37); }
H1.HeaderClassName
{
color: #8A0325;
}
.AnyTagClassName
{
color: #8A0325;
}
</style>
background-color css
<style>
a { background-color: #8A0325; }
a { background-color: rgb(138,3,37); }
div.DivClassName
{
background-color: #8A0325;
}
.BgClassName
{
background-color: #8A0325;
}
</style>
border-color css
<style>
span { border-color: #8A0325; }
span { border-color: rgb(138,3,37); }
td.TdClassName
{
border-color: #8A0325;
}
.TagClassName
{
border-color: #8A0325;
}
</style>