Shades of Burgundy #70020F
Tints of Burgundy #70020F
RGB
CMYK
RGB Variations
Color information
#70020F (or 0x70020F) is known color: Burgundy. HEX triplet: 70, 02 and 0F. RGB value is (112,2,15). Sum of RGB (Red+Green+Blue) = 112+2+15=129 (17% of max value = 765). Red value is 112 (44.14% from 255 or 86.82% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 112 - color contains mainly: red. Hex color #70020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70020F is #8FFDF0. Grayscale: #242424. Windows color (decimal): -9436657 or 983664. OLE color: 983664.
HSL color Cylindrical-coordinate representation of color #70020F: hue angle of 352.91º 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 #70020F is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 15 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.56 |
| HSL | 352.91º | 0.96% | 0.22% | - |
| HSV(B) | 352.91º | 0.98% | 0.44% | - |
| XYZ | 6.79 | 3.52 | 0.77 | - |
| YUV | 36.37 | 115.94 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 15 | 0 | 0.98 | 0.87 | 0.56 | 352.91 | 0.96 | 0.22 |
| Hex | 70 | 2 | F | 0 | 62 | 57 | 38 | 161 | 60 | 16 |
| Octal | 160 | 2 | 17 | 0 | 142 | 127 | 70 | 541 | 140 | 26 |
| Binary | 1110000 | 10 | 1111 | 0 | 1100010 | 1010111 | 111000 | 101100001 | 1100000 | 10110 |
Color Harmonies of #70020F
Complementary color
Monochromatic Colors of #70020F
Black with #70020F
Text Example
Text Example
White with #70020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70020F; }
p { color: rgb(112,2,15); }
H1.HeaderClassName
{
color: #70020F;
}
.AnyTagClassName
{
color: #70020F;
}
</style>
background-color css
<style>
a { background-color: #70020F; }
a { background-color: rgb(112,2,15); }
div.DivClassName
{
background-color: #70020F;
}
.BgClassName
{
background-color: #70020F;
}
</style>
border-color css
<style>
span { border-color: #70020F; }
span { border-color: rgb(112,2,15); }
td.TdClassName
{
border-color: #70020F;
}
.TagClassName
{
border-color: #70020F;
}
</style>