Shades of Burgundy #70062B
Tints of Burgundy #70062B
RGB
CMYK
RGB Variations
Color information
#70062B (or 0x70062B) is known color: Burgundy. HEX triplet: 70, 06 and 2B. RGB value is (112,6,43). Sum of RGB (Red+Green+Blue) = 112+6+43=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #70062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70062B is #8FF9D4. Grayscale: #292929. Windows color (decimal): -9435605 or 2819696. OLE color: 2819696.
HSL color Cylindrical-coordinate representation of color #70062B: hue angle of 339.06º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70062B is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 43 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.56 |
| HSL | 339.06º | 0.9% | 0.23% | - |
| HSV(B) | 339.06º | 0.95% | 0.44% | - |
| XYZ | 7.18 | 3.75 | 2.63 | - |
| YUV | 41.91 | 128.62 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 43 | 0 | 0.95 | 0.62 | 0.56 | 339.06 | 0.9 | 0.23 |
| Hex | 70 | 6 | 2B | 0 | 5F | 3E | 38 | 153 | 5A | 17 |
| Octal | 160 | 6 | 53 | 0 | 137 | 76 | 70 | 523 | 132 | 27 |
| Binary | 1110000 | 110 | 101011 | 0 | 1011111 | 111110 | 111000 | 101010011 | 1011010 | 10111 |
Color Harmonies of #70062B
Complementary color
Monochromatic Colors of #70062B
Black with #70062B
Text Example
Text Example
White with #70062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70062B; }
p { color: rgb(112,6,43); }
H1.HeaderClassName
{
color: #70062B;
}
.AnyTagClassName
{
color: #70062B;
}
</style>
background-color css
<style>
a { background-color: #70062B; }
a { background-color: rgb(112,6,43); }
div.DivClassName
{
background-color: #70062B;
}
.BgClassName
{
background-color: #70062B;
}
</style>
border-color css
<style>
span { border-color: #70062B; }
span { border-color: rgb(112,6,43); }
td.TdClassName
{
border-color: #70062B;
}
.TagClassName
{
border-color: #70062B;
}
</style>