Shades of Burgundy #700B21
Tints of Burgundy #700B21
RGB
CMYK
RGB Variations
Color information
#700B21 (or 0x700B21) is known color: Burgundy. HEX triplet: 70, 0B and 21. RGB value is (112,11,33). Sum of RGB (Red+Green+Blue) = 112+11+33=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #700B21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B21 is #8FF4DE. Grayscale: #2B2B2B. Windows color (decimal): -9434335 or 2165616. OLE color: 2165616.
HSL color Cylindrical-coordinate representation of color #700B21: hue angle of 346.93º 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 #700B21 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 11 | 33 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.56 |
| HSL | 346.93º | 0.82% | 0.24% | - |
| HSV(B) | 346.93º | 0.9% | 0.44% | - |
| XYZ | 7.08 | 3.79 | 1.8 | - |
| YUV | 43.71 | 121.96 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 33 | 0 | 0.90 | 0.71 | 0.56 | 346.93 | 0.82 | 0.24 |
| Hex | 70 | B | 21 | 0 | 5A | 47 | 38 | 15B | 52 | 18 |
| Octal | 160 | 13 | 41 | 0 | 132 | 107 | 70 | 533 | 122 | 30 |
| Binary | 1110000 | 1011 | 100001 | 0 | 1011010 | 1000111 | 111000 | 101011011 | 1010010 | 11000 |
Color Harmonies of #700B21
Complementary color
Monochromatic Colors of #700B21
Black with #700B21
Text Example
Text Example
White with #700B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700B21; }
p { color: rgb(112,11,33); }
H1.HeaderClassName
{
color: #700B21;
}
.AnyTagClassName
{
color: #700B21;
}
</style>
background-color css
<style>
a { background-color: #700B21; }
a { background-color: rgb(112,11,33); }
div.DivClassName
{
background-color: #700B21;
}
.BgClassName
{
background-color: #700B21;
}
</style>
border-color css
<style>
span { border-color: #700B21; }
span { border-color: rgb(112,11,33); }
td.TdClassName
{
border-color: #700B21;
}
.TagClassName
{
border-color: #700B21;
}
</style>