Shades of Burgundy #8B0630
Tints of Burgundy #8B0630
RGB
CMYK
RGB Variations
Color information
#8B0630 (or 0x8B0630) is known color: Burgundy. HEX triplet: 8B, 06 and 30. RGB value is (139,6,48). Sum of RGB (Red+Green+Blue) = 139+6+48=193 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.02% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0630 is #74F9CF. Grayscale: #323232. Windows color (decimal): -7666128 or 3147403. OLE color: 3147403.
HSL color Cylindrical-coordinate representation of color #8B0630: hue angle of 341.05º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0630 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 6 | 48 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.45 |
| HSL | 341.05º | 0.92% | 0.28% | - |
| HSV(B) | 341.05º | 0.96% | 0.55% | - |
| XYZ | 11.25 | 5.83 | 3.33 | - |
| YUV | 50.56 | 126.56 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 48 | 0 | 0.96 | 0.65 | 0.45 | 341.05 | 0.92 | 0.28 |
| Hex | 8B | 6 | 30 | 0 | 60 | 41 | 2D | 155 | 5C | 1C |
| Octal | 213 | 6 | 60 | 0 | 140 | 101 | 55 | 525 | 134 | 34 |
| Binary | 10001011 | 110 | 110000 | 0 | 1100000 | 1000001 | 101101 | 101010101 | 1011100 | 11100 |
Color Harmonies of #8B0630
Complementary color
Monochromatic Colors of #8B0630
Black with #8B0630
Text Example
Text Example
White with #8B0630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0630; }
p { color: rgb(139,6,48); }
H1.HeaderClassName
{
color: #8B0630;
}
.AnyTagClassName
{
color: #8B0630;
}
</style>
background-color css
<style>
a { background-color: #8B0630; }
a { background-color: rgb(139,6,48); }
div.DivClassName
{
background-color: #8B0630;
}
.BgClassName
{
background-color: #8B0630;
}
</style>
border-color css
<style>
span { border-color: #8B0630; }
span { border-color: rgb(139,6,48); }
td.TdClassName
{
border-color: #8B0630;
}
.TagClassName
{
border-color: #8B0630;
}
</style>