Shades of Burgundy #8B0736
Tints of Burgundy #8B0736
RGB
CMYK
RGB Variations
Color information
#8B0736 (or 0x8B0736) is known color: Burgundy. HEX triplet: 8B, 07 and 36. RGB value is (139,7,54). Sum of RGB (Red+Green+Blue) = 139+7+54=200 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.5% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0736 is #74F8C9. Grayscale: #333333. Windows color (decimal): -7665866 or 3540875. OLE color: 3540875.
HSL color Cylindrical-coordinate representation of color #8B0736: hue angle of 338.64º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B0736 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 7 | 54 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.45 |
| HSL | 338.64º | 0.9% | 0.29% | - |
| HSV(B) | 338.64º | 0.95% | 0.55% | - |
| XYZ | 11.39 | 5.91 | 4.03 | - |
| YUV | 51.83 | 129.23 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 7 | 54 | 0 | 0.95 | 0.61 | 0.45 | 338.64 | 0.9 | 0.29 |
| Hex | 8B | 7 | 36 | 0 | 5F | 3D | 2D | 153 | 5A | 1D |
| Octal | 213 | 7 | 66 | 0 | 137 | 75 | 55 | 523 | 132 | 35 |
| Binary | 10001011 | 111 | 110110 | 0 | 1011111 | 111101 | 101101 | 101010011 | 1011010 | 11101 |
Color Harmonies of #8B0736
Complementary color
Monochromatic Colors of #8B0736
Black with #8B0736
Text Example
Text Example
White with #8B0736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0736; }
p { color: rgb(139,7,54); }
H1.HeaderClassName
{
color: #8B0736;
}
.AnyTagClassName
{
color: #8B0736;
}
</style>
background-color css
<style>
a { background-color: #8B0736; }
a { background-color: rgb(139,7,54); }
div.DivClassName
{
background-color: #8B0736;
}
.BgClassName
{
background-color: #8B0736;
}
</style>
border-color css
<style>
span { border-color: #8B0736; }
span { border-color: rgb(139,7,54); }
td.TdClassName
{
border-color: #8B0736;
}
.TagClassName
{
border-color: #8B0736;
}
</style>