Shades of Burgundy #8B0237
Tints of Burgundy #8B0237
RGB
CMYK
RGB Variations
Color information
#8B0237 (or 0x8B0237) is known color: Burgundy. HEX triplet: 8B, 02 and 37. RGB value is (139,2,55). Sum of RGB (Red+Green+Blue) = 139+2+55=196 (25% of max value = 765). Red value is 139 (54.69% from 255 or 70.92% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0237 is #74FDC8. Grayscale: #303030. Windows color (decimal): -7667145 or 3605131. OLE color: 3605131.
HSL color Cylindrical-coordinate representation of color #8B0237: hue angle of 336.79º 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 #8B0237 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 2 | 55 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.45 |
| HSL | 336.79º | 0.97% | 0.28% | - |
| HSV(B) | 336.79º | 0.99% | 0.55% | - |
| XYZ | 11.36 | 5.81 | 4.14 | - |
| YUV | 49.01 | 131.39 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 55 | 0 | 0.99 | 0.60 | 0.45 | 336.79 | 0.97 | 0.28 |
| Hex | 8B | 2 | 37 | 0 | 63 | 3C | 2D | 151 | 61 | 1C |
| Octal | 213 | 2 | 67 | 0 | 143 | 74 | 55 | 521 | 141 | 34 |
| Binary | 10001011 | 10 | 110111 | 0 | 1100011 | 111100 | 101101 | 101010001 | 1100001 | 11100 |
Color Harmonies of #8B0237
Complementary color
Monochromatic Colors of #8B0237
Black with #8B0237
Text Example
Text Example
White with #8B0237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0237; }
p { color: rgb(139,2,55); }
H1.HeaderClassName
{
color: #8B0237;
}
.AnyTagClassName
{
color: #8B0237;
}
</style>
background-color css
<style>
a { background-color: #8B0237; }
a { background-color: rgb(139,2,55); }
div.DivClassName
{
background-color: #8B0237;
}
.BgClassName
{
background-color: #8B0237;
}
</style>
border-color css
<style>
span { border-color: #8B0237; }
span { border-color: rgb(139,2,55); }
td.TdClassName
{
border-color: #8B0237;
}
.TagClassName
{
border-color: #8B0237;
}
</style>