Shades of Burgundy #8B0A30
Tints of Burgundy #8B0A30
RGB
CMYK
RGB Variations
Color information
#8B0A30 (or 0x8B0A30) is known color: Burgundy. HEX triplet: 8B, 0A and 30. RGB value is (139,10,48). Sum of RGB (Red+Green+Blue) = 139+10+48=197 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.56% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0A30 is #74F5CF. Grayscale: #343434. Windows color (decimal): -7665104 or 3148427. OLE color: 3148427.
HSL color Cylindrical-coordinate representation of color #8B0A30: hue angle of 342.33º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0A30 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 10 | 48 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.45 |
| HSL | 342.33º | 0.87% | 0.29% | - |
| HSV(B) | 342.33º | 0.93% | 0.55% | - |
| XYZ | 11.29 | 5.92 | 3.34 | - |
| YUV | 52.9 | 125.24 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 10 | 48 | 0 | 0.93 | 0.65 | 0.45 | 342.33 | 0.87 | 0.29 |
| Hex | 8B | A | 30 | 0 | 5D | 41 | 2D | 156 | 57 | 1D |
| Octal | 213 | 12 | 60 | 0 | 135 | 101 | 55 | 526 | 127 | 35 |
| Binary | 10001011 | 1010 | 110000 | 0 | 1011101 | 1000001 | 101101 | 101010110 | 1010111 | 11101 |
Color Harmonies of #8B0A30
Complementary color
Monochromatic Colors of #8B0A30
Black with #8B0A30
Text Example
Text Example
White with #8B0A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0A30; }
p { color: rgb(139,10,48); }
H1.HeaderClassName
{
color: #8B0A30;
}
.AnyTagClassName
{
color: #8B0A30;
}
</style>
background-color css
<style>
a { background-color: #8B0A30; }
a { background-color: rgb(139,10,48); }
div.DivClassName
{
background-color: #8B0A30;
}
.BgClassName
{
background-color: #8B0A30;
}
</style>
border-color css
<style>
span { border-color: #8B0A30; }
span { border-color: rgb(139,10,48); }
td.TdClassName
{
border-color: #8B0A30;
}
.TagClassName
{
border-color: #8B0A30;
}
</style>