Shades of Burgundy #70021F
Tints of Burgundy #70021F
RGB
CMYK
RGB Variations
Color information
#70021F (or 0x70021F) is known color: Burgundy. HEX triplet: 70, 02 and 1F. RGB value is (112,2,31). Sum of RGB (Red+Green+Blue) = 112+2+31=145 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.24% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 112 - color contains mainly: red. Hex color #70021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70021F is #8FFDE0. Grayscale: #262626. Windows color (decimal): -9436641 or 2032240. OLE color: 2032240.
HSL color Cylindrical-coordinate representation of color #70021F: hue angle of 344.18º 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 #70021F is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 31 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.56 |
| HSL | 344.18º | 0.96% | 0.22% | - |
| HSV(B) | 344.18º | 0.98% | 0.44% | - |
| XYZ | 6.95 | 3.59 | 1.62 | - |
| YUV | 38.2 | 123.94 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 31 | 0 | 0.98 | 0.72 | 0.56 | 344.18 | 0.96 | 0.22 |
| Hex | 70 | 2 | 1F | 0 | 62 | 48 | 38 | 158 | 60 | 16 |
| Octal | 160 | 2 | 37 | 0 | 142 | 110 | 70 | 530 | 140 | 26 |
| Binary | 1110000 | 10 | 11111 | 0 | 1100010 | 1001000 | 111000 | 101011000 | 1100000 | 10110 |
Color Harmonies of #70021F
Complementary color
Monochromatic Colors of #70021F
Black with #70021F
Text Example
Text Example
White with #70021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70021F; }
p { color: rgb(112,2,31); }
H1.HeaderClassName
{
color: #70021F;
}
.AnyTagClassName
{
color: #70021F;
}
</style>
background-color css
<style>
a { background-color: #70021F; }
a { background-color: rgb(112,2,31); }
div.DivClassName
{
background-color: #70021F;
}
.BgClassName
{
background-color: #70021F;
}
</style>
border-color css
<style>
span { border-color: #70021F; }
span { border-color: rgb(112,2,31); }
td.TdClassName
{
border-color: #70021F;
}
.TagClassName
{
border-color: #70021F;
}
</style>