Shades of Burgundy #700613
Tints of Burgundy #700613
RGB
CMYK
RGB Variations
Color information
#700613 (or 0x700613) is known color: Burgundy. HEX triplet: 70, 06 and 13. RGB value is (112,6,19). Sum of RGB (Red+Green+Blue) = 112+6+19=137 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.75% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 112 - color contains mainly: red. Hex color #700613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700613 is #8FF9EC. Grayscale: #272727. Windows color (decimal): -9435629 or 1246832. OLE color: 1246832.
HSL color Cylindrical-coordinate representation of color #700613: hue angle of 352.64º 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 #700613 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 19 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.56 |
| HSL | 352.64º | 0.9% | 0.23% | - |
| HSV(B) | 352.64º | 0.95% | 0.44% | - |
| XYZ | 6.86 | 3.62 | 0.95 | - |
| YUV | 39.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 19 | 0 | 0.95 | 0.83 | 0.56 | 352.64 | 0.9 | 0.23 |
| Hex | 70 | 6 | 13 | 0 | 5F | 53 | 38 | 161 | 5A | 17 |
| Octal | 160 | 6 | 23 | 0 | 137 | 123 | 70 | 541 | 132 | 27 |
| Binary | 1110000 | 110 | 10011 | 0 | 1011111 | 1010011 | 111000 | 101100001 | 1011010 | 10111 |
Color Harmonies of #700613
Complementary color
Monochromatic Colors of #700613
Black with #700613
Text Example
Text Example
White with #700613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700613; }
p { color: rgb(112,6,19); }
H1.HeaderClassName
{
color: #700613;
}
.AnyTagClassName
{
color: #700613;
}
</style>
background-color css
<style>
a { background-color: #700613; }
a { background-color: rgb(112,6,19); }
div.DivClassName
{
background-color: #700613;
}
.BgClassName
{
background-color: #700613;
}
</style>
border-color css
<style>
span { border-color: #700613; }
span { border-color: rgb(112,6,19); }
td.TdClassName
{
border-color: #700613;
}
.TagClassName
{
border-color: #700613;
}
</style>