Shades of Burgundy #700B0D
Tints of Burgundy #700B0D
RGB
CMYK
RGB Variations
Color information
#700B0D (or 0x700B0D) is known color: Burgundy. HEX triplet: 70, 0B and 0D. RGB value is (112,11,13). Sum of RGB (Red+Green+Blue) = 112+11+13=136 (18% of max value = 765). Red value is 112 (44.14% from 255 or 82.35% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 112 - color contains mainly: red. Hex color #700B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700B0D is #8FF4F2. Grayscale: #292929. Windows color (decimal): -9434355 or 854896. OLE color: 854896.
HSL color Cylindrical-coordinate representation of color #700B0D: hue angle of 358.81º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700B0D is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 11 | 13 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.56 |
| HSL | 358.81º | 0.82% | 0.24% | - |
| HSV(B) | 358.81º | 0.9% | 0.44% | - |
| XYZ | 6.87 | 3.71 | 0.74 | - |
| YUV | 41.43 | 111.96 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 13 | 0 | 0.90 | 0.88 | 0.56 | 358.81 | 0.82 | 0.24 |
| Hex | 70 | B | D | 0 | 5A | 58 | 38 | 167 | 52 | 18 |
| Octal | 160 | 13 | 15 | 0 | 132 | 130 | 70 | 547 | 122 | 30 |
| Binary | 1110000 | 1011 | 1101 | 0 | 1011010 | 1011000 | 111000 | 101100111 | 1010010 | 11000 |
Color Harmonies of #700B0D
Complementary color
Monochromatic Colors of #700B0D
Black with #700B0D
Text Example
Text Example
White with #700B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700B0D; }
p { color: rgb(112,11,13); }
H1.HeaderClassName
{
color: #700B0D;
}
.AnyTagClassName
{
color: #700B0D;
}
</style>
background-color css
<style>
a { background-color: #700B0D; }
a { background-color: rgb(112,11,13); }
div.DivClassName
{
background-color: #700B0D;
}
.BgClassName
{
background-color: #700B0D;
}
</style>
border-color css
<style>
span { border-color: #700B0D; }
span { border-color: rgb(112,11,13); }
td.TdClassName
{
border-color: #700B0D;
}
.TagClassName
{
border-color: #700B0D;
}
</style>