Shades of Burgundy #8A0627
Tints of Burgundy #8A0627
RGB
CMYK
RGB Variations
Color information
#8A0627 (or 0x8A0627) is known color: Burgundy. HEX triplet: 8A, 06 and 27. RGB value is (138,6,39). Sum of RGB (Red+Green+Blue) = 138+6+39=183 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75.41% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0627 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0627 is #75F9D8. Grayscale: #313131. Windows color (decimal): -7731673 or 2557578. OLE color: 2557578.
HSL color Cylindrical-coordinate representation of color #8A0627: hue angle of 345º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A0627 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 6 | 39 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.46 |
| HSL | 345º | 0.92% | 0.28% | - |
| HSV(B) | 345º | 0.96% | 0.54% | - |
| XYZ | 10.91 | 5.68 | 2.44 | - |
| YUV | 49.23 | 122.23 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 6 | 39 | 0 | 0.96 | 0.72 | 0.46 | 345 | 0.92 | 0.28 |
| Hex | 8A | 6 | 27 | 0 | 60 | 48 | 2E | 159 | 5C | 1C |
| Octal | 212 | 6 | 47 | 0 | 140 | 110 | 56 | 531 | 134 | 34 |
| Binary | 10001010 | 110 | 100111 | 0 | 1100000 | 1001000 | 101110 | 101011001 | 1011100 | 11100 |
Color Harmonies of #8A0627
Complementary color
Monochromatic Colors of #8A0627
Black with #8A0627
Text Example
Text Example
White with #8A0627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0627; }
p { color: rgb(138,6,39); }
H1.HeaderClassName
{
color: #8A0627;
}
.AnyTagClassName
{
color: #8A0627;
}
</style>
background-color css
<style>
a { background-color: #8A0627; }
a { background-color: rgb(138,6,39); }
div.DivClassName
{
background-color: #8A0627;
}
.BgClassName
{
background-color: #8A0627;
}
</style>
border-color css
<style>
span { border-color: #8A0627; }
span { border-color: rgb(138,6,39); }
td.TdClassName
{
border-color: #8A0627;
}
.TagClassName
{
border-color: #8A0627;
}
</style>