Shades of Burgundy #8B0230
Tints of Burgundy #8B0230
RGB
CMYK
RGB Variations
Color information
#8B0230 (or 0x8B0230) is known color: Burgundy. HEX triplet: 8B, 02 and 30. RGB value is (139,2,48). Sum of RGB (Red+Green+Blue) = 139+2+48=189 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.54% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0230 is #74FDCF. Grayscale: #303030. Windows color (decimal): -7667152 or 3146379. OLE color: 3146379.
HSL color Cylindrical-coordinate representation of color #8B0230: hue angle of 339.85º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0230 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 2 | 48 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.45 |
| HSL | 339.85º | 0.97% | 0.28% | - |
| HSV(B) | 339.85º | 0.99% | 0.55% | - |
| XYZ | 11.2 | 5.75 | 3.31 | - |
| YUV | 48.21 | 127.89 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 48 | 0 | 0.99 | 0.65 | 0.45 | 339.85 | 0.97 | 0.28 |
| Hex | 8B | 2 | 30 | 0 | 63 | 41 | 2D | 154 | 61 | 1C |
| Octal | 213 | 2 | 60 | 0 | 143 | 101 | 55 | 524 | 141 | 34 |
| Binary | 10001011 | 10 | 110000 | 0 | 1100011 | 1000001 | 101101 | 101010100 | 1100001 | 11100 |
Color Harmonies of #8B0230
Complementary color
Monochromatic Colors of #8B0230
Black with #8B0230
Text Example
Text Example
White with #8B0230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0230; }
p { color: rgb(139,2,48); }
H1.HeaderClassName
{
color: #8B0230;
}
.AnyTagClassName
{
color: #8B0230;
}
</style>
background-color css
<style>
a { background-color: #8B0230; }
a { background-color: rgb(139,2,48); }
div.DivClassName
{
background-color: #8B0230;
}
.BgClassName
{
background-color: #8B0230;
}
</style>
border-color css
<style>
span { border-color: #8B0230; }
span { border-color: rgb(139,2,48); }
td.TdClassName
{
border-color: #8B0230;
}
.TagClassName
{
border-color: #8B0230;
}
</style>