Shades of Burgundy #70002A
Tints of Burgundy #70002A
RGB
CMYK
RGB Variations
Color information
#70002A (or 0x70002A) is known color: Burgundy. HEX triplet: 70, 00 and 2A. RGB value is (112,0,42). Sum of RGB (Red+Green+Blue) = 112+0+42=154 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.73% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 112 - color contains mainly: red. Hex color #70002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70002A is #8FFFD5. Grayscale: #262626. Windows color (decimal): -9437142 or 2752624. OLE color: 2752624.
HSL color Cylindrical-coordinate representation of color #70002A: hue angle of 337.5º 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 #70002A is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.62 | 0.56 |
| HSL | 337.5º | 1% | 0.22% | - |
| HSV(B) | 337.5º | 1% | 0.44% | - |
| XYZ | 7.1 | 3.61 | 2.51 | - |
| YUV | 38.28 | 130.11 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 42 | 0 | 1 | 0.62 | 0.56 | 337.5 | 1 | 0.22 |
| Hex | 70 | 0 | 2A | 0 | 64 | 3E | 38 | 152 | 64 | 16 |
| Octal | 160 | 0 | 52 | 0 | 144 | 76 | 70 | 522 | 144 | 26 |
| Binary | 1110000 | 0 | 101010 | 0 | 1100100 | 111110 | 111000 | 101010010 | 1100100 | 10110 |
Color Harmonies of #70002A
Complementary color
Monochromatic Colors of #70002A
Black with #70002A
Text Example
Text Example
White with #70002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70002A; }
p { color: rgb(112,0,42); }
H1.HeaderClassName
{
color: #70002A;
}
.AnyTagClassName
{
color: #70002A;
}
</style>
background-color css
<style>
a { background-color: #70002A; }
a { background-color: rgb(112,0,42); }
div.DivClassName
{
background-color: #70002A;
}
.BgClassName
{
background-color: #70002A;
}
</style>
border-color css
<style>
span { border-color: #70002A; }
span { border-color: rgb(112,0,42); }
td.TdClassName
{
border-color: #70002A;
}
.TagClassName
{
border-color: #70002A;
}
</style>