Shades of Burgundy #70050F
Tints of Burgundy #70050F
RGB
CMYK
RGB Variations
Color information
#70050F (or 0x70050F) is known color: Burgundy. HEX triplet: 70, 05 and 0F. RGB value is (112,5,15). Sum of RGB (Red+Green+Blue) = 112+5+15=132 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.85% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 112 - color contains mainly: red. Hex color #70050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70050F is #8FFAF0. Grayscale: #262626. Windows color (decimal): -9435889 or 984432. OLE color: 984432.
HSL color Cylindrical-coordinate representation of color #70050F: hue angle of 354.39º 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 #70050F is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 15 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.56 |
| HSL | 354.39º | 0.91% | 0.23% | - |
| HSV(B) | 354.39º | 0.96% | 0.44% | - |
| XYZ | 6.82 | 3.59 | 0.78 | - |
| YUV | 38.13 | 114.95 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 15 | 0 | 0.96 | 0.87 | 0.56 | 354.39 | 0.91 | 0.23 |
| Hex | 70 | 5 | F | 0 | 60 | 57 | 38 | 162 | 5B | 17 |
| Octal | 160 | 5 | 17 | 0 | 140 | 127 | 70 | 542 | 133 | 27 |
| Binary | 1110000 | 101 | 1111 | 0 | 1100000 | 1010111 | 111000 | 101100010 | 1011011 | 10111 |
Color Harmonies of #70050F
Complementary color
Monochromatic Colors of #70050F
Black with #70050F
Text Example
Text Example
White with #70050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70050F; }
p { color: rgb(112,5,15); }
H1.HeaderClassName
{
color: #70050F;
}
.AnyTagClassName
{
color: #70050F;
}
</style>
background-color css
<style>
a { background-color: #70050F; }
a { background-color: rgb(112,5,15); }
div.DivClassName
{
background-color: #70050F;
}
.BgClassName
{
background-color: #70050F;
}
</style>
border-color css
<style>
span { border-color: #70050F; }
span { border-color: rgb(112,5,15); }
td.TdClassName
{
border-color: #70050F;
}
.TagClassName
{
border-color: #70050F;
}
</style>