Shades of Burgundy #8B0231
Tints of Burgundy #8B0231
RGB
CMYK
RGB Variations
Color information
#8B0231 (or 0x8B0231) is known color: Burgundy. HEX triplet: 8B, 02 and 31. RGB value is (139,2,49). Sum of RGB (Red+Green+Blue) = 139+2+49=190 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.16% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0231 is #74FDCE. Grayscale: #303030. Windows color (decimal): -7667151 or 3211915. OLE color: 3211915.
HSL color Cylindrical-coordinate representation of color #8B0231: hue angle of 339.42º 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 #8B0231 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 2 | 49 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.45 |
| HSL | 339.42º | 0.97% | 0.28% | - |
| HSV(B) | 339.42º | 0.99% | 0.55% | - |
| XYZ | 11.22 | 5.75 | 3.42 | - |
| YUV | 48.32 | 128.39 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 49 | 0 | 0.99 | 0.65 | 0.45 | 339.42 | 0.97 | 0.28 |
| Hex | 8B | 2 | 31 | 0 | 63 | 41 | 2D | 153 | 61 | 1C |
| Octal | 213 | 2 | 61 | 0 | 143 | 101 | 55 | 523 | 141 | 34 |
| Binary | 10001011 | 10 | 110001 | 0 | 1100011 | 1000001 | 101101 | 101010011 | 1100001 | 11100 |
Color Harmonies of #8B0231
Complementary color
Monochromatic Colors of #8B0231
Black with #8B0231
Text Example
Text Example
White with #8B0231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0231; }
p { color: rgb(139,2,49); }
H1.HeaderClassName
{
color: #8B0231;
}
.AnyTagClassName
{
color: #8B0231;
}
</style>
background-color css
<style>
a { background-color: #8B0231; }
a { background-color: rgb(139,2,49); }
div.DivClassName
{
background-color: #8B0231;
}
.BgClassName
{
background-color: #8B0231;
}
</style>
border-color css
<style>
span { border-color: #8B0231; }
span { border-color: rgb(139,2,49); }
td.TdClassName
{
border-color: #8B0231;
}
.TagClassName
{
border-color: #8B0231;
}
</style>