Shades of Burgundy #70002B
Tints of Burgundy #70002B
RGB
CMYK
RGB Variations
Color information
#70002B (or 0x70002B) is known color: Burgundy. HEX triplet: 70, 00 and 2B. RGB value is (112,0,43). Sum of RGB (Red+Green+Blue) = 112+0+43=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #70002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70002B is #8FFFD4. Grayscale: #262626. Windows color (decimal): -9437141 or 2818160. OLE color: 2818160.
HSL color Cylindrical-coordinate representation of color #70002B: hue angle of 336.96º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70002B is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.62 | 0.56 |
| HSL | 336.96º | 1% | 0.22% | - |
| HSV(B) | 336.96º | 1% | 0.44% | - |
| XYZ | 7.12 | 3.62 | 2.61 | - |
| YUV | 38.39 | 130.61 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 43 | 0 | 1 | 0.62 | 0.56 | 336.96 | 1 | 0.22 |
| Hex | 70 | 0 | 2B | 0 | 64 | 3E | 38 | 151 | 64 | 16 |
| Octal | 160 | 0 | 53 | 0 | 144 | 76 | 70 | 521 | 144 | 26 |
| Binary | 1110000 | 0 | 101011 | 0 | 1100100 | 111110 | 111000 | 101010001 | 1100100 | 10110 |
Color Harmonies of #70002B
Complementary color
Monochromatic Colors of #70002B
Black with #70002B
Text Example
Text Example
White with #70002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70002B; }
p { color: rgb(112,0,43); }
H1.HeaderClassName
{
color: #70002B;
}
.AnyTagClassName
{
color: #70002B;
}
</style>
background-color css
<style>
a { background-color: #70002B; }
a { background-color: rgb(112,0,43); }
div.DivClassName
{
background-color: #70002B;
}
.BgClassName
{
background-color: #70002B;
}
</style>
border-color css
<style>
span { border-color: #70002B; }
span { border-color: rgb(112,0,43); }
td.TdClassName
{
border-color: #70002B;
}
.TagClassName
{
border-color: #70002B;
}
</style>