Shades of Burgundy #8B0730
Tints of Burgundy #8B0730
RGB
CMYK
RGB Variations
Color information
#8B0730 (or 0x8B0730) is known color: Burgundy. HEX triplet: 8B, 07 and 30. RGB value is (139,7,48). Sum of RGB (Red+Green+Blue) = 139+7+48=194 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.65% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0730 is #74F8CF. Grayscale: #333333. Windows color (decimal): -7665872 or 3147659. OLE color: 3147659.
HSL color Cylindrical-coordinate representation of color #8B0730: hue angle of 341.36º 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 #8B0730 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 7 | 48 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.45 |
| HSL | 341.36º | 0.9% | 0.29% | - |
| HSV(B) | 341.36º | 0.95% | 0.55% | - |
| XYZ | 11.26 | 5.85 | 3.33 | - |
| YUV | 51.14 | 126.23 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 7 | 48 | 0 | 0.95 | 0.65 | 0.45 | 341.36 | 0.9 | 0.29 |
| Hex | 8B | 7 | 30 | 0 | 5F | 41 | 2D | 155 | 5A | 1D |
| Octal | 213 | 7 | 60 | 0 | 137 | 101 | 55 | 525 | 132 | 35 |
| Binary | 10001011 | 111 | 110000 | 0 | 1011111 | 1000001 | 101101 | 101010101 | 1011010 | 11101 |
Color Harmonies of #8B0730
Complementary color
Monochromatic Colors of #8B0730
Black with #8B0730
Text Example
Text Example
White with #8B0730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0730; }
p { color: rgb(139,7,48); }
H1.HeaderClassName
{
color: #8B0730;
}
.AnyTagClassName
{
color: #8B0730;
}
</style>
background-color css
<style>
a { background-color: #8B0730; }
a { background-color: rgb(139,7,48); }
div.DivClassName
{
background-color: #8B0730;
}
.BgClassName
{
background-color: #8B0730;
}
</style>
border-color css
<style>
span { border-color: #8B0730; }
span { border-color: rgb(139,7,48); }
td.TdClassName
{
border-color: #8B0730;
}
.TagClassName
{
border-color: #8B0730;
}
</style>