Shades of Burgundy #70052A
Tints of Burgundy #70052A
RGB
CMYK
RGB Variations
Color information
#70052A (or 0x70052A) is known color: Burgundy. HEX triplet: 70, 05 and 2A. RGB value is (112,5,42). Sum of RGB (Red+Green+Blue) = 112+5+42=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #70052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70052A is #8FFAD5. Grayscale: #292929. Windows color (decimal): -9435862 or 2753904. OLE color: 2753904.
HSL color Cylindrical-coordinate representation of color #70052A: hue angle of 339.25º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70052A is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 42 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.56 |
| HSL | 339.25º | 0.91% | 0.23% | - |
| HSV(B) | 339.25º | 0.96% | 0.44% | - |
| XYZ | 7.15 | 3.72 | 2.53 | - |
| YUV | 41.21 | 128.45 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 42 | 0 | 0.96 | 0.62 | 0.56 | 339.25 | 0.91 | 0.23 |
| Hex | 70 | 5 | 2A | 0 | 60 | 3E | 38 | 153 | 5B | 17 |
| Octal | 160 | 5 | 52 | 0 | 140 | 76 | 70 | 523 | 133 | 27 |
| Binary | 1110000 | 101 | 101010 | 0 | 1100000 | 111110 | 111000 | 101010011 | 1011011 | 10111 |
Color Harmonies of #70052A
Complementary color
Monochromatic Colors of #70052A
Black with #70052A
Text Example
Text Example
White with #70052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70052A; }
p { color: rgb(112,5,42); }
H1.HeaderClassName
{
color: #70052A;
}
.AnyTagClassName
{
color: #70052A;
}
</style>
background-color css
<style>
a { background-color: #70052A; }
a { background-color: rgb(112,5,42); }
div.DivClassName
{
background-color: #70052A;
}
.BgClassName
{
background-color: #70052A;
}
</style>
border-color css
<style>
span { border-color: #70052A; }
span { border-color: rgb(112,5,42); }
td.TdClassName
{
border-color: #70052A;
}
.TagClassName
{
border-color: #70052A;
}
</style>