Shades of Burgundy #700614
Tints of Burgundy #700614
RGB
CMYK
RGB Variations
Color information
#700614 (or 0x700614) is known color: Burgundy. HEX triplet: 70, 06 and 14. RGB value is (112,6,20). Sum of RGB (Red+Green+Blue) = 112+6+20=138 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.16% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 112 - color contains mainly: red. Hex color #700614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700614 is #8FF9EB. Grayscale: #272727. Windows color (decimal): -9435628 or 1312368. OLE color: 1312368.
HSL color Cylindrical-coordinate representation of color #700614: hue angle of 352.08º 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 #700614 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 20 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.56 |
| HSL | 352.08º | 0.9% | 0.23% | - |
| HSV(B) | 352.08º | 0.95% | 0.44% | - |
| XYZ | 6.87 | 3.63 | 1 | - |
| YUV | 39.29 | 117.12 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 20 | 0 | 0.95 | 0.82 | 0.56 | 352.08 | 0.9 | 0.23 |
| Hex | 70 | 6 | 14 | 0 | 5F | 52 | 38 | 160 | 5A | 17 |
| Octal | 160 | 6 | 24 | 0 | 137 | 122 | 70 | 540 | 132 | 27 |
| Binary | 1110000 | 110 | 10100 | 0 | 1011111 | 1010010 | 111000 | 101100000 | 1011010 | 10111 |
Color Harmonies of #700614
Complementary color
Monochromatic Colors of #700614
Black with #700614
Text Example
Text Example
White with #700614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700614; }
p { color: rgb(112,6,20); }
H1.HeaderClassName
{
color: #700614;
}
.AnyTagClassName
{
color: #700614;
}
</style>
background-color css
<style>
a { background-color: #700614; }
a { background-color: rgb(112,6,20); }
div.DivClassName
{
background-color: #700614;
}
.BgClassName
{
background-color: #700614;
}
</style>
border-color css
<style>
span { border-color: #700614; }
span { border-color: rgb(112,6,20); }
td.TdClassName
{
border-color: #700614;
}
.TagClassName
{
border-color: #700614;
}
</style>