Shades of Burgundy #8B072F
Tints of Burgundy #8B072F
RGB
CMYK
RGB Variations
Color information
#8B072F (or 0x8B072F) is known color: Burgundy. HEX triplet: 8B, 07 and 2F. RGB value is (139,7,47). Sum of RGB (Red+Green+Blue) = 139+7+47=193 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.02% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 139 - color contains mainly: red. Hex color #8B072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B072F is #74F8D0. Grayscale: #333333. Windows color (decimal): -7665873 or 3082123. OLE color: 3082123.
HSL color Cylindrical-coordinate representation of color #8B072F: hue angle of 341.82º 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 #8B072F is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 7 | 47 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.45 |
| HSL | 341.82º | 0.9% | 0.29% | - |
| HSV(B) | 341.82º | 0.95% | 0.55% | - |
| XYZ | 11.24 | 5.85 | 3.23 | - |
| YUV | 51.03 | 125.73 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 7 | 47 | 0 | 0.95 | 0.66 | 0.45 | 341.82 | 0.9 | 0.29 |
| Hex | 8B | 7 | 2F | 0 | 5F | 42 | 2D | 156 | 5A | 1D |
| Octal | 213 | 7 | 57 | 0 | 137 | 102 | 55 | 526 | 132 | 35 |
| Binary | 10001011 | 111 | 101111 | 0 | 1011111 | 1000010 | 101101 | 101010110 | 1011010 | 11101 |
Color Harmonies of #8B072F
Complementary color
Monochromatic Colors of #8B072F
Black with #8B072F
Text Example
Text Example
White with #8B072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B072F; }
p { color: rgb(139,7,47); }
H1.HeaderClassName
{
color: #8B072F;
}
.AnyTagClassName
{
color: #8B072F;
}
</style>
background-color css
<style>
a { background-color: #8B072F; }
a { background-color: rgb(139,7,47); }
div.DivClassName
{
background-color: #8B072F;
}
.BgClassName
{
background-color: #8B072F;
}
</style>
border-color css
<style>
span { border-color: #8B072F; }
span { border-color: rgb(139,7,47); }
td.TdClassName
{
border-color: #8B072F;
}
.TagClassName
{
border-color: #8B072F;
}
</style>