Shades of Burgundy #8A0833
Tints of Burgundy #8A0833
RGB
CMYK
RGB Variations
Color information
#8A0833 (or 0x8A0833) is known color: Burgundy. HEX triplet: 8A, 08 and 33. RGB value is (138,8,51). Sum of RGB (Red+Green+Blue) = 138+8+51=197 (26% of max value = 765). Red value is 138 (54.30% from 255 or 70.05% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0833 is #75F7CC. Grayscale: #333333. Windows color (decimal): -7731149 or 3344522. OLE color: 3344522.
HSL color Cylindrical-coordinate representation of color #8A0833: hue angle of 340.15º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0833 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 8 | 51 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.46 |
| HSL | 340.15º | 0.89% | 0.29% | - |
| HSV(B) | 340.15º | 0.94% | 0.54% | - |
| XYZ | 11.17 | 5.82 | 3.67 | - |
| YUV | 51.77 | 127.57 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 8 | 51 | 0 | 0.94 | 0.63 | 0.46 | 340.15 | 0.89 | 0.29 |
| Hex | 8A | 8 | 33 | 0 | 5E | 3F | 2E | 154 | 59 | 1D |
| Octal | 212 | 10 | 63 | 0 | 136 | 77 | 56 | 524 | 131 | 35 |
| Binary | 10001010 | 1000 | 110011 | 0 | 1011110 | 111111 | 101110 | 101010100 | 1011001 | 11101 |
Color Harmonies of #8A0833
Complementary color
Monochromatic Colors of #8A0833
Black with #8A0833
Text Example
Text Example
White with #8A0833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0833; }
p { color: rgb(138,8,51); }
H1.HeaderClassName
{
color: #8A0833;
}
.AnyTagClassName
{
color: #8A0833;
}
</style>
background-color css
<style>
a { background-color: #8A0833; }
a { background-color: rgb(138,8,51); }
div.DivClassName
{
background-color: #8A0833;
}
.BgClassName
{
background-color: #8A0833;
}
</style>
border-color css
<style>
span { border-color: #8A0833; }
span { border-color: rgb(138,8,51); }
td.TdClassName
{
border-color: #8A0833;
}
.TagClassName
{
border-color: #8A0833;
}
</style>