Shades of Burgundy #8A0C23
Tints of Burgundy #8A0C23
RGB
CMYK
RGB Variations
Color information
#8A0C23 (or 0x8A0C23) is known color: Burgundy. HEX triplet: 8A, 0C and 23. RGB value is (138,12,35). Sum of RGB (Red+Green+Blue) = 138+12+35=185 (24% of max value = 765). Red value is 138 (54.30% from 255 or 74.59% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0C23 is #75F3DC. Grayscale: #343434. Windows color (decimal): -7730141 or 2296970. OLE color: 2296970.
HSL color Cylindrical-coordinate representation of color #8A0C23: hue angle of 349.05º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0C23 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 12 | 35 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.46 |
| HSL | 349.05º | 0.84% | 0.29% | - |
| HSV(B) | 349.05º | 0.91% | 0.54% | - |
| XYZ | 10.92 | 5.79 | 2.13 | - |
| YUV | 52.3 | 118.24 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 35 | 0 | 0.91 | 0.75 | 0.46 | 349.05 | 0.84 | 0.29 |
| Hex | 8A | C | 23 | 0 | 5B | 4B | 2E | 15D | 54 | 1D |
| Octal | 212 | 14 | 43 | 0 | 133 | 113 | 56 | 535 | 124 | 35 |
| Binary | 10001010 | 1100 | 100011 | 0 | 1011011 | 1001011 | 101110 | 101011101 | 1010100 | 11101 |
Color Harmonies of #8A0C23
Complementary color
Monochromatic Colors of #8A0C23
Black with #8A0C23
Text Example
Text Example
White with #8A0C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0C23; }
p { color: rgb(138,12,35); }
H1.HeaderClassName
{
color: #8A0C23;
}
.AnyTagClassName
{
color: #8A0C23;
}
</style>
background-color css
<style>
a { background-color: #8A0C23; }
a { background-color: rgb(138,12,35); }
div.DivClassName
{
background-color: #8A0C23;
}
.BgClassName
{
background-color: #8A0C23;
}
</style>
border-color css
<style>
span { border-color: #8A0C23; }
span { border-color: rgb(138,12,35); }
td.TdClassName
{
border-color: #8A0C23;
}
.TagClassName
{
border-color: #8A0C23;
}
</style>