Shades of Burgundy #70021B
Tints of Burgundy #70021B
RGB
CMYK
RGB Variations
Color information
#70021B (or 0x70021B) is known color: Burgundy. HEX triplet: 70, 02 and 1B. RGB value is (112,2,27). Sum of RGB (Red+Green+Blue) = 112+2+27=141 (18% of max value = 765). Red value is 112 (44.14% from 255 or 79.43% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 112 - color contains mainly: red. Hex color #70021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70021B is #8FFDE4. Grayscale: #252525. Windows color (decimal): -9436645 or 1770096. OLE color: 1770096.
HSL color Cylindrical-coordinate representation of color #70021B: hue angle of 346.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70021B is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 27 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.56 |
| HSL | 346.36º | 0.96% | 0.22% | - |
| HSV(B) | 346.36º | 0.98% | 0.44% | - |
| XYZ | 6.9 | 3.57 | 1.36 | - |
| YUV | 37.74 | 121.94 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 27 | 0 | 0.98 | 0.76 | 0.56 | 346.36 | 0.96 | 0.22 |
| Hex | 70 | 2 | 1B | 0 | 62 | 4C | 38 | 15A | 60 | 16 |
| Octal | 160 | 2 | 33 | 0 | 142 | 114 | 70 | 532 | 140 | 26 |
| Binary | 1110000 | 10 | 11011 | 0 | 1100010 | 1001100 | 111000 | 101011010 | 1100000 | 10110 |
Color Harmonies of #70021B
Complementary color
Monochromatic Colors of #70021B
Black with #70021B
Text Example
Text Example
White with #70021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70021B; }
p { color: rgb(112,2,27); }
H1.HeaderClassName
{
color: #70021B;
}
.AnyTagClassName
{
color: #70021B;
}
</style>
background-color css
<style>
a { background-color: #70021B; }
a { background-color: rgb(112,2,27); }
div.DivClassName
{
background-color: #70021B;
}
.BgClassName
{
background-color: #70021B;
}
</style>
border-color css
<style>
span { border-color: #70021B; }
span { border-color: rgb(112,2,27); }
td.TdClassName
{
border-color: #70021B;
}
.TagClassName
{
border-color: #70021B;
}
</style>