Shades of Burgundy #8B001D
Tints of Burgundy #8B001D
RGB
CMYK
RGB Variations
Color information
#8B001D (or 0x8B001D) is known color: Burgundy. HEX triplet: 8B, 00 and 1D. RGB value is (139,0,29). Sum of RGB (Red+Green+Blue) = 139+0+29=168 (22% of max value = 765). Red value is 139 (54.69% from 255 or 82.74% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 139 - color contains mainly: red. Hex color #8B001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B001D is #74FFE2. Grayscale: #2C2C2C. Windows color (decimal): -7667683 or 1900683. OLE color: 1900683.
HSL color Cylindrical-coordinate representation of color #8B001D: hue angle of 347.48º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B001D is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.79 | 0.45 |
| HSL | 347.48º | 1% | 0.27% | - |
| HSV(B) | 347.48º | 1% | 0.55% | - |
| XYZ | 10.87 | 5.58 | 1.67 | - |
| YUV | 44.87 | 119.05 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 29 | 0 | 1 | 0.79 | 0.45 | 347.48 | 1 | 0.27 |
| Hex | 8B | 0 | 1D | 0 | 64 | 4F | 2D | 15B | 64 | 1B |
| Octal | 213 | 0 | 35 | 0 | 144 | 117 | 55 | 533 | 144 | 33 |
| Binary | 10001011 | 0 | 11101 | 0 | 1100100 | 1001111 | 101101 | 101011011 | 1100100 | 11011 |
Color Harmonies of #8B001D
Complementary color
Monochromatic Colors of #8B001D
Black with #8B001D
Text Example
Text Example
White with #8B001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B001D; }
p { color: rgb(139,0,29); }
H1.HeaderClassName
{
color: #8B001D;
}
.AnyTagClassName
{
color: #8B001D;
}
</style>
background-color css
<style>
a { background-color: #8B001D; }
a { background-color: rgb(139,0,29); }
div.DivClassName
{
background-color: #8B001D;
}
.BgClassName
{
background-color: #8B001D;
}
</style>
border-color css
<style>
span { border-color: #8B001D; }
span { border-color: rgb(139,0,29); }
td.TdClassName
{
border-color: #8B001D;
}
.TagClassName
{
border-color: #8B001D;
}
</style>